pub trait IntoSyntax<T, B, M> {
    fn into_syntax(
        self,
        vocabulary: &impl Vocabulary<Iri = T, BlankId = B>,
        meta: M
    ) -> Value<M>; }

Required Methods

Implementations on Foreign Types

Implementors