Trait frame_support::storage::types::CountedStorageMapInstance
source · [−]pub trait CountedStorageMapInstance: StorageInstance {
type CounterPrefix: StorageInstance;
}Expand description
The requirement for an instance of CountedStorageMap.
Associated Types
The prefix to use for the counter storage value.