[][src]Type Definition orga::Result

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

A result type bound to the standard orga error type.