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