Skip to main content

ActionAliaser

Type Alias ActionAliaser 

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

Aliased Typeยง

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