Trait frame_support::storage::types::HasKeyPrefix
source · pub trait HasKeyPrefix<P>: KeyGenerator {
type Suffix;
fn partial_key(prefix: P) -> Vec<u8> ⓘ;
}
Expand description
Trait indicating whether a KeyGenerator has the prefix P.