Trait oq3_syntax::ast::HasTextName

source ·
pub trait HasTextName: AstNode {
    // Provided methods
    fn text(&self) -> TokenText<'_> { ... }
    fn string(&self) -> String { ... }
}

Provided Methods§

source

fn text(&self) -> TokenText<'_>

source

fn string(&self) -> String

Implementors§