Home
last modified time | relevance | path

Searched refs:try_for_each_init (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/rayon/src/iter/
Dmod.rs538 fn try_for_each_init<OP, INIT, T, R>(self, init: INIT, op: OP) -> R in try_for_each_init() method
/external/rust/crates/rayon/
DRELEASES.md210 - The new `try_for_each_init()` is a variant for fallible iteration.