Type Alias SvStringMap

Source
pub type SvStringMap<V> = BTreeMap<SvString, V>;

Aliased Typeยง

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