Type Definition par_stream::WithState

source · []
pub type WithState<S, B> = Zip<S, StateStream<B>>;
Expand description

Stream for the with_state() method.