pub trait IntoJsonWithContextMeta<M, N>: Sized {
// Required method
fn into_json_meta_with(self, meta: M, context: &N) -> Meta<Value<M>, M>;
}
Required Methods§
fn into_json_meta_with(self, meta: M, context: &N) -> Meta<Value<M>, M>
Object Safety§
This trait is not object safe.