Skip to main content

StringMap

Type Alias StringMap 

Source
pub type StringMap<V> = AssocMap<String, V>;
Expand description

A map from String to arbitrary values, backed by an association list.

Aliased Typeยง

pub struct StringMap<V> { /* private fields */ }