StateCallback

Type Alias StateCallback 

Source
pub type StateCallback = dyn FnMut(State) + Send + Sync + 'static;
Expand description

User supplied state callback.

ยงArguments

state: The new state of the stream