pub fn reduce(state: RuntimeState, envelope: &Envelope) -> RuntimeStateExpand description
Pure reducer: consumes old state + envelope and returns next state.
Delegates to reduce_in_place_with_limits with default retention limits.
pub fn reduce(state: RuntimeState, envelope: &Envelope) -> RuntimeStatePure reducer: consumes old state + envelope and returns next state.
Delegates to reduce_in_place_with_limits with default retention limits.