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.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.