pub type DbRow = <<ActiveDriver as DatabaseDriver>::Database as Database>::Row;Expand description
A row from the active database backend.
pub type DbRow = <<ActiveDriver as DatabaseDriver>::Database as Database>::Row;A row from the active database backend.