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