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