☰
sqlx_core
0.5.13
Module arguments
Structs
Traits
In crate sqlx_core
?
Module
sqlx_core
::
arguments
source
·
[
−
]
Expand description
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