Trait pallet_tenancy::storage::types::HasReversibleKeyPrefix   
pub trait HasReversibleKeyPrefix<P>: ReversibleKeyGenerator + HasKeyPrefix<P> {
    fn decode_partial_key(key_material: &[u8]) -> Result<Self::Suffix, Error>;
}Expand description
Trait indicating whether a ReversibleKeyGenerator has the prefix P.