Trait query_structure::ast::WithName
source · pub trait WithName {
// Required method
fn name(&self) -> &str;
}
Expand description
An AST node with a name (from the identifier).
Required Methods§
Implementors§
impl<T> WithName for Twhere T: WithIdentifier,
An AST node with a name.