[][src]Type Definition failure::Fallible

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

A common result with an Error.