Struct quickercheck::generate::FromIteratorGenerator [] [src]

pub struct FromIteratorGenerator<C, G> { /* fields omitted */ }

Methods

impl<C, G> FromIteratorGenerator<C, G> where
    FromIteratorGenerator<C, G>: Generator
[src]

Trait Implementations

impl<C, G> Generator for FromIteratorGenerator<C, G> where
    G: Generator,
    C: FromIterator<G::Output>, 
[src]