Type Alias Output

Source
pub type Output<A> = Output<A, Error>;

Aliased Typeยง

struct Output<A>(/* private fields */);