pub type BoxedConnectHandler = Box<dyn ConnectHandler>;
pub struct BoxedConnectHandler(/* private fields */);