Struct rayon::par_iter::map::MapProducer
[−]
[src]
pub struct MapProducer<'m, P, MAP_OP: 'm> { // some fields omitted }
pub struct MapProducer<'m, P, MAP_OP: 'm> { // some fields omitted }
impl<'m, P, MAP_OP, RET> Producer for MapProducer<'m, P, MAP_OP> where P: Producer, MAP_OP: Fn(P::Item) -> RET + Sync, RET: Send
impl<'m, P, MAP_OP, RET> IntoIterator for MapProducer<'m, P, MAP_OP> where P: Producer, MAP_OP: Fn(P::Item) -> RET + Sync, RET: Send