pub type BoxWriteConnection = Box<dyn WriteConnection>;
struct BoxWriteConnection(/* private fields */);