Skip to main content

GdNode

Type Alias GdNode 

Source
pub type GdNode = ResolvedNode<SyntaxKind>;
Expand description

A resolved (interner-carrying) red node โ€” supports Display/.text() and the byte-exact round-trip. This is the public tree type for callers that need text.

Aliased Typeยง

pub struct GdNode { /* private fields */ }