pub type CharsGenerator<L> = VecGenerator<TypeValueGenerator<char>, L>;

Aliased Type§

struct CharsGenerator<L> { /* private fields */ }