Skip to main content

Map

Type Alias Map 

Source
pub type Map<T> = HashMap<SmolStr, T>;

Aliased Typeยง

pub struct Map<T> { /* private fields */ }