Expand description

Contains a set of types for constructing nodes.

See node_builder or node::builder.

Structs

Node builder with all essential information set.

Blank node builder.

Node builder with node id already set.

Node builder with node id and communicator already set.

Enums

Defines how to start a node w/r/t its state.

Traits

Declares the decorated_with method to add decorations to the node being built.

Used to construct the node when spawn_in is called.

Type Definitions