[−][src]Type Definition taplo::syntax::SyntaxNode
type SyntaxNode = SyntaxNode<Lang>;
Trait Implementations
impl SyntaxExt for SyntaxNode
[src]
fn find_node(&self, offset: TextSize, inclusive: bool) -> Option<SyntaxNode>
[src]
fn find(&self, kind: SyntaxKind) -> Option<SyntaxElement>
[src]
fn find_node_deep(
&self,
offset: TextSize,
inclusive: bool
) -> Option<SyntaxNode>
[src]
&self,
offset: TextSize,
inclusive: bool
) -> Option<SyntaxNode>