[][src]Trait rayon::iter::internal::ProducerCallback

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

Associated Types

type Output

Loading content...

Required methods

fn callback<P>(self, producer: P) -> Self::Output where
    P: Producer<Item = T>, 

Loading content...

Implementors

Loading content...