Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/try_stream/
Dmod.rs94 mod try_flatten_unordered; module
832 fn try_flatten_unordered(self, limit: impl Into<Option<usize>>) -> TryFlattenUnordered<Self> in try_flatten_unordered() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dstream_try_stream.rs47 fn try_flatten_unordered() { in try_flatten_unordered() function