pub trait IntoJsonWithContextMeta<M, N>: Sized {
// Required method
fn into_json_meta_with(self, meta: M, context: &N) -> Meta<Value<M>, M>;
}
pub trait IntoJsonWithContextMeta<M, N>: Sized {
// Required method
fn into_json_meta_with(self, meta: M, context: &N) -> Meta<Value<M>, M>;
}