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

Required Methods§

Implementations on Foreign Types§

Implementors§