Function rayon::iter::find::find

source ยท
pub(super) fn find<I, P>(pi: I, find_op: P) -> Option<I::Item>
where I: ParallelIterator, P: Fn(&I::Item) -> bool + Sync,