BoxedEventCallback

Type Alias BoxedEventCallback 

type BoxedEventCallback = Box<dyn Fn(&State) + Send + 'static>;

Aliased Typeยง

struct BoxedEventCallback(/* private fields */);