pub type ConstDirective<'a> = Directive<'a, true>;
pub struct ConstDirective<'a> { /* private fields */ }