[][src]Trait solana_config_program::ConfigState

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

Required methods

fn max_space() -> u64

Maximum space that the serialized representation will require

Loading content...

Implementors

impl ConfigState for DateConfig[src]

Loading content...