pm_it_parameters_node_t

Type Alias pm_it_parameters_node_t 

Source
pub type pm_it_parameters_node_t = pm_it_parameters_node;
Expand description

ItParametersNode

Represents an implicit set of parameters through the use of the it keyword within a block or lambda.

 -> { it + it }
 ^^^^^^^^^^^^^^

Type: ::PM_IT_PARAMETERS_NODE

@extends pm_node_t

Aliased Type§

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

Fields§

§base: pm_node

The embedded base node.