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