Home
last modified time | relevance | path

Searched refs:try_collect (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/futures-util/src/stream/try_stream/
Dmod.rs88 mod try_collect; module
90 pub use self::try_collect::TryCollect;
567 fn try_collect<C: Default + Extend<Self::Ok>>(self) -> TryCollect<Self, C> in try_collect() method
/external/rust/crates/itertools/
DCHANGELOG.md6 - Add `try_collect` method (#394)
/external/rust/crates/itertools/src/
Dlib.rs1767 fn try_collect<T, U, E>(self) -> Result<U, E> in try_collect() method