pub type MetaError<M> = Meta<Box<Error>, M>;
pub struct MetaError<M>(pub Box<Error>, pub M);
0: Box<Error>
1: M