Dict

Type Alias Dict 

Source
pub type Dict = Dict<Object>;

Aliased Type§

pub struct Dict {
    pub hint: String,
    pub dict: IndexMap<String, Object>,
}

Fields§

§hint: String§dict: IndexMap<String, Object>