pub type pm_nil_node_t = pm_nil_node;Expand description
NilNode
Represents the use of the nil keyword.
nil
^^^Type: ::PM_NIL_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_nil_node_t {
pub base: pm_node,
}Fields§
§base: pm_nodeThe embedded base node.