Skip to main content

CqrsProjectionReducer

Type Alias CqrsProjectionReducer 

Source
pub type CqrsProjectionReducer<TState, TEvent> = Rc<dyn Fn(TState, &CqrsEvent<TEvent>) -> TState>;
Expand description

CqrsProjectionReducer type alias.

Aliased Typeยง

pub struct CqrsProjectionReducer<TState, TEvent> { /* private fields */ }