BoxedHandlerFn

Type Alias BoxedHandlerFn 

type BoxedHandlerFn = Box<dyn Fn(MessageRef<'_>) + Send + 'static>;

Aliased Typeยง

struct BoxedHandlerFn(/* private fields */);