sqlx_
core
0.8.2
Module arguments
Module Items
Structs
Traits
In crate sqlx_
core
sqlx_core
Module
arguments
Copy item path
source
Expand description
Types and traits for passing arguments to SQL queries.
Structs
§
Immutable
Arguments
used by the query macros to prevent supernumerary
.bind()
calls
Traits
§
Arguments
A tuple of arguments to be sent to the database.
Into
Arguments