Trait json_ld_syntax::TryFromStrippedJson
source · [−]pub trait TryFromStrippedJson<M>: Sized {
fn try_from_stripped_json(value: Value<M>) -> Result<Self, InvalidContext>;
}
pub trait TryFromStrippedJson<M>: Sized {
fn try_from_stripped_json(value: Value<M>) -> Result<Self, InvalidContext>;
}