pub type BoxReadConnection = Box<dyn ReadConnection>;
struct BoxReadConnection(/* private fields */);