Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/sink/
Dmod.rs53 mod with_flat_map; module
119 fn with_flat_map<U, St, F>(self, f: F) -> WithFlatMap<Self, Item, U, St, F> in with_flat_map() method
/external/rust/crates/futures/tests/
Dsink.rs407 fn with_flat_map() { in with_flat_map() function