pub type pm_redo_node_t = pm_redo_node;Expand description
RedoNode
Represents the use of the redo keyword.
redo
^^^^Type: ::PM_REDO_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_redo_node_t {
pub base: pm_node,
}Fields§
§base: pm_nodeThe embedded base node.