pub type pm_missing_node_t = pm_missing_node;Expand description
MissingNode
Represents a node that is missing from the source and results in a syntax error.
Type: ::PM_MISSING_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_missing_node_t {
pub base: pm_node,
}Fields§
§base: pm_nodeThe embedded base node.