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

Implementors

impl ConfigState for DateConfig[src][+]

impl ConfigState for ValidatorInfo

impl ConfigState for Config