pub type DbQueryResult = <<ActiveDriver as DatabaseDriver>::Database as Database>::QueryResult;Expand description
A query result from the active database backend.
pub type DbQueryResult = <<ActiveDriver as DatabaseDriver>::Database as Database>::QueryResult;A query result from the active database backend.