Type Alias Directives

Source
pub type Directives<W> = HashMap<String, Rc<Directive<W>>>;

Aliased Typeยง

struct Directives<W> { /* private fields */ }