pub trait Generator<T, B, N> { fn next(&mut self, vocabulary: &mut N) -> Subject<T, B>; }
Subject identifier generator.
Generates the next fresh identifier in the given vocabulary.