pub type MetaError<M, E> = Meta<Error<E>, M>;
Located error.
struct MetaError<M, E>(pub Error<E>, pub M);
0: Error<E>
1: M