pub type Direction = Direction;
The direction of a port.
pub enum Direction { Incoming = 0, Outgoing = 1, }
Input to a node.
Output from a node.