pub trait CountedStorageMapInstance: StorageInstance {
    type CounterPrefix: StorageInstance;
}
Expand description

The requirement for an instance of CountedStorageMap.

Required Associated Types§

source

type CounterPrefix: StorageInstance

The prefix to use for the counter storage value.

Object Safety§

This trait is not object safe.

Implementors§