Type Alias StringsMap

Source
pub type StringsMap = HashMap<StringKey, StringValue>;
Expand description

A type alias for the map with strings.

Aliased Typeยง

struct StringsMap { /* private fields */ }