Searched defs:try_collect (Results 1 – 3 of 3) sorted by relevance
32 fn try_collect<A>(self) -> Result<A, Self::Error> in try_collect() method46 fn try_collect<A>(self) -> Result<A, Self::Error> in try_collect() function
100 mod try_collect; module603 fn try_collect<C: Default + Extend<Self::Ok>>(self) -> TryCollect<Self, C> in try_collect() method
2009 fn try_collect<T, U, E>(self) -> Result<U, E> in try_collect() method