Trait json_ld::IdentifyAll

source ·
pub trait IdentifyAll<T, B, M> {
    fn identify_all_with<N, G>(&mut self, vocabulary: &mut N, generator: G)
    where
        N: Vocabulary<Iri = T, BlankId = B>,
        G: MetaGenerator<N, M>,
        M: Clone
; fn identify_all<G>(&mut self, generator: G)
    where
        G: MetaGenerator<(), M>,
        M: Clone,
        (): Vocabulary<Iri = T, BlankId = B>
; }

Required Methods§

Implementations on Foreign Types§

Implementors§