Module sqlx_core::arguments[][src]

Types and traits for passing arguments to SQL queries.

Structs

ImmutableArguments

used by the query macros to prevent supernumerary .bind() calls

Traits

Arguments

A tuple of arguments to be sent to the database.

IntoArguments