pub trait Generator<I, B, N, M> {
fn next(&mut self, vocabulary: &mut N) -> Meta<Subject<I, B>, M>;
}
Expand description
Subject identifier generator, with metadata.
pub trait Generator<I, B, N, M> {
fn next(&mut self, vocabulary: &mut N) -> Meta<Subject<I, B>, M>;
}
Subject identifier generator, with metadata.