Module gantz::node[][src]

Modules

add

Structs

Container

The container for the node encapsulating space for the inlets, outlet and the node itself.

Inlet

Represents a specific inlet of a node.

Node

The Node type stored within the Graph.

Outlet

Represents a specific outlet of a node.

Traits

State

Implemented for nodes, representing the state.

Type Definitions

ConnectionIndex

The type used to represent the index of an inlet or outlet.

Index

The index type used to uniquely identify a single Node.