pub type BytesGenerator<L> = VecGenerator<TypeValueGenerator<u8>, L>;

Aliased Type§

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