Skip to main content

StringMap

Type Alias StringMap 

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

StringMap, as the model names it.

Aliased Typeยง

pub struct StringMap { /* private fields */ }