Dict

Type Alias Dict 

Source
pub type Dict<'a, T> = HDict<'a, T>;

Aliased Typeยง

pub struct Dict<'a, T> { /* private fields */ }