pub trait KeyGeneratorMaxEncodedLen: KeyGenerator {
    fn key_max_encoded_len() -> usize;
}
Expand description

The maximum length used by the key in storage.

Required Methods§

Implementations on Foreign Types§

Implementors§