Type Alias json_ld_syntax::parse::MetaError
source · pub type MetaError<M, E = Infallible> = Meta<Error<M, E>, M>;
Aliased Type§
struct MetaError<M, E = Infallible>(pub Error<M, E>, pub M);
Fields§
§0: Error<M, E>
§1: M
pub type MetaError<M, E = Infallible> = Meta<Error<M, E>, M>;
struct MetaError<M, E = Infallible>(pub Error<M, E>, pub M);
0: Error<M, E>
§1: M