TryParUnfold

Type Alias TryParUnfold 

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

Stream for the try_par_unfold() method.

Aliased Typeยง

pub struct TryParUnfold<T, E> { /* private fields */ }