brane_let::common

Type Alias Map

Source
pub type Map<T> = HashMap<String, T>;
Expand description

Defines a shortcut for a map with string keys

Aliased Typeยง

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