Struct fuel_merkle::common::StorageMap [−][src]
pub struct StorageMap<Key, Value> { /* fields omitted */ }
Implementations
Trait Implementations
type Error = StorageError
type Error = StorageError
Error implementation of the storage functions
Append K->V
mapping to the storage. Read more
Remove K->V
mapping from the storage. Read more
Retrieve Cow<V>
such as K->V
.