pub type Dict = HashMap<String, Value>;
Alias for HashMap of Value’s
pub struct Dict { /* private fields */ }