Skip to main content

BoxedHandler

Type Alias BoxedHandler 

Source
pub type BoxedHandler<T, S> = Box<dyn Fn(&mut MMState<'_, '_, T, S>)>;

Aliased Typeยง

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