Trait solana_config_program::ConfigState[][src]

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

Required methods

fn max_space() -> u64[src]

Maximum space that the serialized representation will require

Loading content...

Implementors

Loading content...