Searched refs:RandIter (Results 1 – 1 of 1) sorted by relevance
442 struct RandIter<T: 'static + Clone + Send, R: 'static + Clone + Rng + SeedableRng + Send = StdRng> { struct449 impl<T: Clone + Send, R: Clone + Rng + SeedableRng + Send> Iterator for RandIter<T, R> argument462 impl<T: Clone + Send, R: Clone + Rng + SeedableRng + Send> qc::Arbitrary for RandIter<T, R> { implementation464 RandIter { in arbitrary()492 fn [< $f _ $t >](i: RandIter<$t>, k: u16) -> () {