pub type WithState<S, B> = Zip<S, StateStream<B>>;Expand description
Stream for the with_state() method.
Aliased Typeยง
pub struct WithState<S, B> { /* private fields */ }pub type WithState<S, B> = Zip<S, StateStream<B>>;Stream for the with_state() method.
pub struct WithState<S, B> { /* private fields */ }