Trait json_ld::Generator

source ·
pub trait Generator<V, M>where
    V: Vocabulary,
{ fn next(
        &mut self,
        vocabulary: &mut V
    ) -> Meta<Subject<<V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId>, M>; }
Expand description

Subject identifier generator, with metadata.

Required Methods§

Implementations on Foreign Types§

Implementors§