pub trait SyntaxNodeExt {
    // Required method
    fn text_range_trimmed_trivia(&self) -> TextRange;
}

Required Methods§

Implementors§