Skip to main content

Output

Type Alias Output 

Source
pub type Output<T> = Outputs<T, 1, 0>;
Expand description

A one-shot output port of type T.

Note that Output doesn’t implement Copy, whereas Input does.

Aliased Type§

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