Skip to main content

SgNode

Type Alias SgNode 

Source
pub type SgNode<'r> = Node<'r, StrDoc<SupportLang>>;
Expand description

Type alias for ast-grep nodes parameterized on SupportLang.

Aliased Typeยง

pub struct SgNode<'r> { /* private fields */ }