Skip to main content

ActionExtHandler

Type Alias ActionExtHandler 

Source
pub type ActionExtHandler<T, S, A> = Box<dyn FnMut(A, &mut MMState<'_, '_, T, S>) + Send + Sync + 'static>;

Aliased Typeยง

pub struct ActionExtHandler<T, S, A>(/* private fields */);