Struct rayon::par_iter::map::MapCloned [] [src]

pub struct MapCloned;

Trait Implementations

impl<'a, T> MapOp<&'a T> for MapCloned where T: Clone + Send

type Output = T

fn map(&self, value: &'a T) -> T