[][src]Type Definition oi::Result

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

Location-annotated Result