Type Definition par_stream::ParThen

source · []
pub type ParThen<T> = ReorderEnumerated<RecvStream<'static, (usize, T)>, T>;
Expand description

Stream for the par_then() method.