pub trait WithDirectives<'arena> {
// Required method
fn directives(&self) -> &Directives<'arena>;
}Expand description
Trait implemented by all ast nodes that can have directives attached.
pub trait WithDirectives<'arena> {
// Required method
fn directives(&self) -> &Directives<'arena>;
}Trait implemented by all ast nodes that can have directives attached.