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