Skip to main content

NameLike

Trait NameLike 

Source
pub trait NameLike: AstNode {
    // Required method
    fn text(&self) -> String;
}

Required Methods§

Source

fn text(&self) -> String

Implementors§