pub type pm_implicit_node_t = pm_implicit_node;Expand description
ImplicitNode
Represents a node that is implicitly being added to the tree but doesn’t correspond directly to a node in the source.
{ foo: }
^^^^ { Foo: }
^^^^ foo in { bar: }
^^^^Type: ::PM_IMPLICIT_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_implicit_node_t {
pub base: pm_node,
pub value: *mut pm_node,
}Fields§
§base: pm_nodeThe embedded base node.
value: *mut pm_nodeImplicitNode#value