Trait json_ld_core::context::IntoSyntax  
source · pub trait IntoSyntax<T = IriBuf, B = BlankIdBuf> {
    // Required method
    fn into_syntax(
        self,
        vocabulary: &impl Vocabulary<Iri = T, BlankId = B>,
    ) -> Context;
}Expand description
Context fragment to syntax method.
Required Methods§
fn into_syntax( self, vocabulary: &impl Vocabulary<Iri = T, BlankId = B>, ) -> Context
Object Safety§
This trait is not object safe.