pub type Ports<T> = Row<T>;
Ports of a wiring diagram.
Each port consists of a name, a human-readable label, and a type (an instance of Rust type T).
T
pub struct Ports<T>(/* private fields */);