pub type DatabaseRequestBoxed = Box<dyn DatabaseRequest<ResponseRow = Row>>;Aliased Typeยง
struct DatabaseRequestBoxed(/* private fields */);pub type DatabaseRequestBoxed = Box<dyn DatabaseRequest<ResponseRow = Row>>;struct DatabaseRequestBoxed(/* private fields */);