[][src]Type Definition coercible_errors::example_generated::CoercedError

type CoercedError<E1, E2> = <E1 as CoercibleWith<E2>>::Into;

A shortcut for building the coerced error type, given two error types, which must both be either $error or Never.