pub struct ImplicitNode<'pr> { /* private fields */ }Expand description
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: }
^^^^Implementations§
Source§impl<'pr> ImplicitNode<'pr>
impl<'pr> ImplicitNode<'pr>
Sourcepub fn flags(&self) -> pm_node_flags_t
pub fn flags(&self) -> pm_node_flags_t
Returns the flags of this node.