StorageBase
or FlattenedStorage
of
all the members of a contract state.
pub trait StorageTraitMut
StorageBase
or FlattenedStorage
of
all the members of a contract state. Should be called from the deref
method of the
contract state.
fn storage_mut(self: FlattenedStorage>) -> StorageTraitMutBaseType
StorageBase
or FlattenedStorage
of all the
members of the type T
.
type BaseType;