pub type Directives<W> = HashMap<String, Rc<Directive<W>>>;
struct Directives<W> { /* private fields */ }