pub trait DbMapDbInt: DbXxx<DbInt> { }
Expand description

key-value map store interface. the key type is u64.

Implementors