pub type BoxConn = Box<dyn AsyncConnWithInfo>;
A boxed connection.
struct BoxConn(/* private fields */);