Trait json_ld_syntax::IntoJson

source ·
pub trait IntoJson: Sized {
    // Required method
    fn into_json(self) -> Value;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl IntoJson for bool

source§

impl IntoJson for String

source§

impl IntoJson for IriRefBuf

source§

impl<'n, T: IntoJsonWithContext<N>, N> IntoJson for Contextual<T, &'n N>

source§

impl<'n, T: IntoJsonWithContext<N>, N> IntoJson for Contextual<T, &'n mut N>

source§

impl<T: IntoJson> IntoJson for Box<T>

Implementors§