Skip to main content

Input

Type Alias Input 

Source
pub type Input<T> = Inputs<T, 1, 0>;
Expand description

A one-shot input port of type T.

Note that Input implements Copy, whereas Output doesn’t.

Aliased Type§

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