Trait json_ld_syntax::TryFromJson
source · pub trait TryFromJson<M>: Sized {
type Error;
// Required method
fn try_from_json(
value: Meta<Value<M>, M>
) -> Result<Meta<Self, M>, Meta<Self::Error, M>>;
}
pub trait TryFromJson<M>: Sized {
type Error;
// Required method
fn try_from_json(
value: Meta<Value<M>, M>
) -> Result<Meta<Self, M>, Meta<Self::Error, M>>;
}