Trait json_ld_syntax::IntoJson
source · pub trait IntoJson<M>: Sized {
// Required method
fn into_json(self) -> Meta<Value<M>, M>;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait IntoJson<M>: Sized {
// Required method
fn into_json(self) -> Meta<Value<M>, M>;
}