Structs§
- Query
Scalar - Raw SQL query with bind parameters, mapped to a concrete type using
FromRow
on(O,)
. Returned fromquery_scalar
.
Functions§
- query_
scalar - Make a SQL query that is mapped to a single concrete type
using
FromRow
. - query_
scalar_ with - Make a SQL query, with the given arguments, that is mapped to a single concrete type
using
FromRow
.