Searched defs:RepeatWith (Results 1 – 1 of 1) sorted by relevance
13 pub struct RepeatWith<F> { struct17 impl<A, F: FnMut() -> A> Unpin for RepeatWith<F> {} argument19 impl<A, F: FnMut() -> A> Stream for RepeatWith<F> { implementation31 impl<A, F: FnMut() -> A> FusedStream for RepeatWith<F> implementation