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