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.
pub trait IntoJson: Sized {
    // Required method
    fn into_json(self) -> Value;
}