Struct rayon::iter::MapCloned [] [src]

pub struct MapCloned;

Trait Implementations

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