Trait ProducerCallback
rayon::iter::internal
pub trait ProducerCallback<T> { type Output; fn callback<P>(self, producer: P) -> Self::Output where P: Producer<Item = T>; }
type Output
fn callback<P>(self, producer: P) -> Self::Output where P: Producer<Item = T>,