Struct rayon::par_iter::weight::WeightProducer [] [src]

pub struct WeightProducer<P> {
    // some fields omitted
}

Trait Implementations

impl<P: Producer> Producer for WeightProducer<P>

fn cost(&mut self, len: usize) -> f64

fn split_at(self, index: usize) -> (Self, Self)

impl<P: Producer> IntoIterator for WeightProducer<P>

type Item = P::Item

type IntoIter = P::IntoIter

fn into_iter(self) -> Self::IntoIter