referrerpolicy=no-referrer-when-downgrade
frame_support::storage::types

Trait CountedStorageNMapInstance

Source
pub trait CountedStorageNMapInstance: StorageInstance {
    type CounterPrefix: StorageInstance;
}
Expand description

The requirement for an instance of CountedStorageNMap.

Required Associated Types§

Source

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.

Implementors§