map_state

Function map_state 

Source
pub fn map_state<T, S, O, F, R>(f: F, reactor: R) -> MapState<R, F>
where F: FnMut(&mut S) -> O, R: Reactor<T, O>,