Skip to main content

ProcessReducer

Type Alias ProcessReducer 

Source
pub type ProcessReducer<TCommand, TState, TEvent, TEffect> = Rc<ProcessReducerFn<TCommand, TState, TEvent, TEffect>>;
Expand description

ProcessReducer type alias.

Aliased Typeยง

pub struct ProcessReducer<TCommand, TState, TEvent, TEffect> { /* private fields */ }