pm_true_node_t

Type Alias pm_true_node_t 

Source
pub type pm_true_node_t = pm_true_node;
Expand description

TrueNode

Represents the use of the literal true keyword.

 true
 ^^^^

Type: ::PM_TRUE_NODE

@extends pm_node_t

Aliased Type§

#[repr(C)]
pub struct pm_true_node_t { pub base: pm_node, }

Fields§

§base: pm_node

The embedded base node.