Searched refs:try_collect (Results 1 – 3 of 3) sorted by relevance
88 mod try_collect; module90 pub use self::try_collect::TryCollect;567 fn try_collect<C: Default + Extend<Self::Ok>>(self) -> TryCollect<Self, C> in try_collect() method
6 - Add `try_collect` method (#394)
1767 fn try_collect<T, U, E>(self) -> Result<U, E> in try_collect() method