Type Definition generator::LocalGenerator
source · pub type LocalGenerator<'a, A, T> = GeneratorObj<'a, A, T, true>;
Expand description
the local generator type, can’t Send
pub type LocalGenerator<'a, A, T> = GeneratorObj<'a, A, T, true>;
the local generator type, can’t Send