Trait sqlx_core::database::HasArguments [−][src]
pub trait HasArguments<'q> { type Database: Database; type Arguments: Arguments<'q, Database = Self::Database>; type ArgumentBuffer; }
Expand description
Associate Database
with an Arguments
of a generic lifetime.
The upcoming Rust feature, Generic Associated Types, should obviate the need for this trait.
Associated Types
Implementors
impl HasArguments<'_> for Mssql
[src]
impl HasArguments<'_> for Mssql
[src]impl HasArguments<'_> for MySql
[src]
impl HasArguments<'_> for MySql
[src]impl HasArguments<'_> for Postgres
[src]
impl HasArguments<'_> for Postgres
[src]impl<'q> HasArguments<'q> for Any
[src]
impl<'q> HasArguments<'q> for Any
[src]impl<'q> HasArguments<'q> for Sqlite
[src]
impl<'q> HasArguments<'q> for Sqlite
[src]