[][src]Trait solana_config_api::ConfigState

pub trait ConfigState: Serialize {
    fn max_space() -> u64;
}

Required methods

fn max_space() -> u64

Maximum space that the serialized representation will require

Loading content...

Implementors

Loading content...