pub type MetaError<M, E> = Meta<Error<E>, M>;
Expand description

Located error.

Aliased Type§

struct MetaError<M, E>(pub Error<E>, pub M);

Fields§

§0: Error<E>§1: M