Type Alias umm::Dict

source ·
pub(crate) type Dict = HashMap<String, String>;
Expand description

Defined for convenience

Aliased Type§

struct Dict {
    base: HashMap<String, String, RandomState>,
}

Fields§

§base: HashMap<String, String, RandomState>