pub trait Generator<N, M>where
N: Namespace,{
// Required method
fn next(&mut self, namespace: &mut N) -> Meta<<N as Namespace>::Id, M>;
}
Expand description
Subject identifier generator, with metadata.
pub trait Generator<N, M>where
N: Namespace,{
// Required method
fn next(&mut self, namespace: &mut N) -> Meta<<N as Namespace>::Id, M>;
}
Subject identifier generator, with metadata.