Trait ConfigState
solana_config_program
pub trait ConfigState: Serialize + Default { fn max_space() -> u64; }
fn max_space() -> u64
Maximum space that the serialized representation will require
impl ConfigState for DateConfig