pub trait DbMapDbBytes: DbXxx<DbBytes> { }
Expand description

key-value map store interface. the key type is Vec<u8>.

Implementors