Type Alias Defines

Source
pub type Defines<V = RandomState> = HashMap<String, Option<Define>, V>;

Aliased Typeยง

struct Defines<V = RandomState> { /* private fields */ }