pub trait AstNodeWithName {
    fn node_name(&self) -> Option<&str>;
}

Required Methods§

Implementors§