Macrosยง
- from_
value ๐ - to_
sql_ ๐self - to_
sql_ ๐self_ fallible
Enumsยง
- ToSql
Output ToSqlOutputrepresents the possible output types for implementers of theToSqltrait.
Traitsยง
- ToSql
- A trait for types that can be converted into SQLite values. Returns
Error::ToSqlConversionFailureif the conversion fails.