Type Definition opendp::error::Fallible[][src]

pub type Fallible<T> = Result<T, Error>;

Trait Implementations

The resulting type after applying the >> operator.

Performs the >> operation. Read more

The resulting type after applying the >> operator.

Performs the >> operation. Read more