logo
pub trait ComponentStorage: Sealed {
    const STORAGE_TYPE: StorageType;
}

Required Associated Constants

Implementors