pub type Output<T> = Outputs<T, 1, 0>;
A one-shot output port of type T.
T
Note that Output doesn’t implement Copy, whereas Input does.
Output
Copy
Input
pub struct Output<T>(/* private fields */);