Searched defs:try_reduce_with (Results 1 – 2 of 2) sorted by relevance
7 pub(super) fn try_reduce_with<PI, R, T>(pi: PI, reduce_op: R) -> Option<T> in try_reduce_with() function
147 mod try_reduce_with; module1108 fn try_reduce_with<T, OP>(self, op: OP) -> Option<Self::Item> in try_reduce_with() method