pub type ParMap<T> = ReorderEnumerated<RecvStream<'static, (usize, T)>, T>;Expand description
Stream for the par_map() method.
Aliased Typeยง
pub struct ParMap<T> { /* private fields */ }pub type ParMap<T> = ReorderEnumerated<RecvStream<'static, (usize, T)>, T>;Stream for the par_map() method.
pub struct ParMap<T> { /* private fields */ }