Struct rand::AsciiGenerator
[−]
[src]
pub struct AsciiGenerator<'a, R> where
R: 'a, { /* fields omitted */ }Iterator which will continuously generate random ascii characters.
This iterator is created via the gen_ascii_chars method on Rng.
Trait Implementations
impl<'a, R> Debug for AsciiGenerator<'a, R> where
R: 'a + Debug, [src]
R: 'a + Debug,
impl<'a, R> Iterator for AsciiGenerator<'a, R> where
R: Rng, [src]
R: Rng,