ActionExtHandler

Type Alias ActionExtHandler 

Source
pub type ActionExtHandler<T, S, A> = fn(A, &mut MMState<'_, T, S>) -> Effects;