pub type SyntaxNodePtr = SyntaxNodePtr<RustLanguage>;
Expand description

A “pointer” to a SyntaxNode, via location in the source code.

Trait Implementations

Converts to this type from the input type.