BoxedEventHandlerFn

Type Alias BoxedEventHandlerFn 

type BoxedEventHandlerFn = Box<dyn Fn(Event<'_>) + Send + 'static>;

Aliased Typeยง

struct BoxedEventHandlerFn(/* private fields */);