pub type CqrsProjectionReducer<TState, TEvent> = Rc<dyn Fn(TState, &CqrsEvent<TEvent>) -> TState>;
CqrsProjectionReducer type alias.
CqrsProjectionReducer
pub struct CqrsProjectionReducer<TState, TEvent> { /* private fields */ }