Skip to main content

Direction

Type Alias Direction 

Source
pub type Direction = Direction;
Expand description

The direction of a port.

Aliased Type§

pub enum Direction {
    Incoming = 0,
    Outgoing = 1,
}

Variants§

§

Incoming = 0

Input to a node.

§

Outgoing = 1

Output from a node.