Output

Type Alias Output 

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

Aliased Typeยง

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