GetTextRange

Trait GetTextRange 

Source
pub trait GetTextRange {
    // Required method
    fn text_range(&self) -> TextRange;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl GetTextRange for SyntaxNode

Source§

impl GetTextRange for SyntaxToken

Implementors§