pub type TryParUnfoldBlocking<T, E> = TakeUntilError<RecvStream<'static, Result<T, E>>, T, E>;
Expand description

Stream for the try_par_unfold_blocking() method.