Type Alias UntypedHandlerBox

Source
pub type UntypedHandlerBox = Box<dyn UntypedMsgHandler>;

Aliased Typeยง

struct UntypedHandlerBox(/* private fields */);