WithState

Type Alias WithState 

Source
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 */ }