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