Trait anchor_lang::Space

source ·
pub trait Space {
    const INIT_SPACE: usize;
}
Expand description

Defines the space of an account for initialization.

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§