Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/stream/
Dmod.rs73 mod repeat_with; module
Drepeat_with.rs92 pub fn repeat_with<A, F: FnMut() -> A>(repeater: F) -> RepeatWith<F> { in repeat_with() function