pub trait Space {
    const INIT_SPACE: usize;
}Expand description
Defines the space of an account for initialization.
Required Associated Constants§
const INIT_SPACE: usize
Object Safety§
This trait is not object safe.
pub trait Space {
    const INIT_SPACE: usize;
}Defines the space of an account for initialization.