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