NodeTypeId

Type Alias NodeTypeId 

Source
pub type NodeTypeId = NonZeroU16;
Expand description

Node type ID (tree-sitter uses u16, but 0 is internal-only).

Aliased Typeยง

pub struct NodeTypeId(/* private fields */);