Trait rayon::par_iter::map::MapOp
[−]
[src]
pub trait MapOp<In>: Sync {
type Output: Send;
fn map(&self, value: In) -> Self::Output;
}