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.

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§