pub trait DbMapDbString: DbXxx<DbString> { }
Expand description

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

Implementors