pub type TryParBatching<T, E> = TakeUntilError<RecvStream<'static, Result<T, E>>, T, E>;Expand description
Stream for the try_par_batching() method.
Aliased Typeยง
pub struct TryParBatching<T, E> { /* private fields */ }pub type TryParBatching<T, E> = TakeUntilError<RecvStream<'static, Result<T, E>>, T, E>;Stream for the try_par_batching() method.
pub struct TryParBatching<T, E> { /* private fields */ }