Type Definition kpdb::StringsMap
source · [−]pub type StringsMap = HashMap<StringKey, StringValue>;
Expand description
A type alias for the map with strings.
pub type StringsMap = HashMap<StringKey, StringValue>;
A type alias for the map with strings.