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

Context fragment to syntax method.

Required Methods§

Implementations on Foreign Types§

Implementors§