pub trait DbMapDbBytes: DbXxx<DbBytes> { }
key-value map store interface. the key type is Vec<u8>.
Vec<u8>