Type Definition generator::LocalGenerator[][src]

type LocalGenerator<'a, A, T> = GeneratorObj<'a, A, T, true>;

the local generator type, can’t Send