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