Trait json_ld::ExtractContext
source · [−]pub trait ExtractContext<M> {
type Context;
type Error;
fn extract_context(
value: Meta<Self, M>
) -> Result<Meta<Self::Context, M>, Self::Error>;
}
pub trait ExtractContext<M> {
type Context;
type Error;
fn extract_context(
value: Meta<Self, M>
) -> Result<Meta<Self::Context, M>, Self::Error>;
}