pub trait IntoJsonMeta<M>: Sized {
    fn into_json_meta(self, meta: M) -> Meta<Value<M>, M>;
}

Required Methods

Implementations on Foreign Types

Implementors