[−][src]Trait sqlx_core::row::HasRow
Associate Database
with a Row
of a generic lifetime.
The upcoming Rust feature, Generic Associated Types, should obviate the need for this trait.
Associated Types
type Database: Database
type Row: Row<'c, Database = Self::Database>
The concrete Row
implementation for this database.