[][src]Type Definition comb::Result

type Result<O, I> = Result<O, Error<I>>;

Result is a wrapped result type. It wraps an error with the internal Error tracking