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