ParThen

Type Alias ParThen 

Source
pub type ParThen<T> = ReorderEnumerated<RecvStream<'static, (usize, T)>, T>;
Expand description

Stream for the par_then() method.

Aliased Typeยง

pub struct ParThen<T> { /* private fields */ }