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

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