Expand description
An argument for SQL expressions.
Modules§
- error
- Error type for TryInto.
- from
- Implementation of the From for SqlArg. Used to convert basic datatypes into SqlArg.
- from_
row - Implementation of the FromRow trait for SqlArg.
- try_
into - Implementation of the TryInto for SqlArg. Used to convert SqlArg into basic datatypes.
Enums§
- SqlArg
- Enum to keep the different argument types.
Functions§
- valid_
key - Returns true, if list of arguments would be a valid key.