Trait solana_config_program::ConfigState

source ·
pub trait ConfigState: Serialize + Default {
    // Required method
    fn max_space() -> u64;
}

Required Methods§

source

fn max_space() -> u64

Maximum space that the serialized representation will require

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ConfigState for Config

Implementors§