Searched defs:repeat_with (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/futures-util/src/stream/ | ||
D | mod.rs | 73 mod repeat_with; module |
D | repeat_with.rs | 92 pub fn repeat_with<A, F: FnMut() -> A>(repeater: F) -> RepeatWith<F> { in repeat_with() function |