pub trait CountedStorageNMapInstance: StorageInstance {
type CounterPrefix: StorageInstance;
}Expand description
The requirement for an instance of CountedStorageNMap.
Required Associated Types§
sourcetype CounterPrefix: StorageInstance
type CounterPrefix: StorageInstance
The prefix to use for the counter storage value.