pub trait Generator<V: IriVocabulary + BlankIdVocabulary> {
// Required method
fn next(&mut self, vocabulary: &mut V) -> Id<V::Iri, V::BlankId>;
}Expand description
Subject identifier generator.
pub trait Generator<V: IriVocabulary + BlankIdVocabulary> {
// Required method
fn next(&mut self, vocabulary: &mut V) -> Id<V::Iri, V::BlankId>;
}Subject identifier generator.