Trait json_ld_syntax::TryFromJson 
source · pub trait TryFromJson: Sized {
    type Error;
    // Required method
    fn try_from_json(value: Value) -> Result<Self, Self::Error>;
}Required Associated Types§
Required Methods§
fn try_from_json(value: Value) -> Result<Self, Self::Error>
Object Safety§
This trait is not object safe.