Trait json_ld_syntax::IntoJson
source · pub trait IntoJson<M>: Sized {
// Required method
fn into_json(self) -> Meta<Value<M>, M>;
}
pub trait IntoJson<M>: Sized {
// Required method
fn into_json(self) -> Meta<Value<M>, M>;
}