[][src]Type Definition paper::Outcome

type Outcome<T> = Result<T, Failure>;

Signifies a Result during the execution of an [Operation].