Trait frame_support::storage::types::HasReversibleKeyPrefix[][src]

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.

Required methods

Implementations on Foreign Types

Implementors