Struct insult::Generator[][src]

pub struct Generator<R: Rng> { /* fields omitted */ }

Methods

impl<R: Rng> Generator<R>
[src]

Trait Implementations

impl<R: Rng> Display for Generator<R>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<R> Send for Generator<R> where
    R: Send

impl<R> Sync for Generator<R> where
    R: Sync