pub type SyntaxNodePtr = SyntaxNodePtr<RustLanguage>;
Expand description
A “pointer” to a SyntaxNode
, via location in the source code.
Aliased Type§
pub struct SyntaxNodePtr { /* private fields */ }
pub type SyntaxNodePtr = SyntaxNodePtr<RustLanguage>;
A “pointer” to a SyntaxNode
, via location in the source code.
pub struct SyntaxNodePtr { /* private fields */ }