Trait spl_governance::tools::account::AccountMaxSize[][src]

pub trait AccountMaxSize {
    fn get_max_size(&self) -> Option<usize> { ... }
}
Expand description

Trait for accounts to return their max size

Provided methods

Returns max account size or None if max size is not known and actual instance size should be used

Implementors