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

Required Methods

Implementations on Foreign Types

Implementors