Home
last modified time | relevance | path

Searched defs:RepeatWith (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/futures-util/src/stream/
Drepeat_with.rs13 pub struct RepeatWith<F> { struct
17 impl<A, F: FnMut() -> A> Unpin for RepeatWith<F> {} argument
19 impl<A, F: FnMut() -> A> Stream for RepeatWith<F> { implementation
31 impl<A, F: FnMut() -> A> FusedStream for RepeatWith<F> implementation