[][src]Type Definition generator::Generator

type Generator<'a, A, T> = Box<GeneratorImpl<'a, A, T>>;

the generator type