Ports

Type Alias Ports 

Source
pub type Ports<T> = Row<T>;
Expand description

Ports of a wiring diagram.

Each port consists of a name, a human-readable label, and a type (an instance of Rust type T).

Aliased Typeยง

pub struct Ports<T>(/* private fields */);