Trait json_ld_syntax::IntoJsonWithContext

source ·
pub trait IntoJsonWithContext<N>: Sized {
    // Required method
    fn into_json_with(self, context: &N) -> Value;
}

Required Methods§

source

fn into_json_with(self, context: &N) -> Value

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<T: IntoJsonWithContext<N>, N> IntoJsonWithContext<N> for Vec<T>

source§

fn into_json_with(self, context: &N) -> Value

source§

impl<T: IntoJsonWithContext<N>, N> IntoJsonWithContext<N> for IndexSet<T>

source§

fn into_json_with(self, context: &N) -> Value

Implementors§