Module storage

Source
Expand description

Zink storage implementation.

Re-exports§

pub use dkmapping::DoubleKeyMapping;
pub use dkmapping::DoubleKeyTransientMapping;
pub use mapping::Mapping;
pub use mapping::TransientMapping;

Modules§

dkmapping
Double key mapping
mapping
Storage Mapping
value 🔒
Key-Value storage

Traits§

Storage
Storage trait. Currently not for public use
StorageValue
Interface for the value of kv based storage
TransientStorage
Transient storage trait. Currently not for public use
TransientStorageValue
Interface for the value of kv based transient storage