Enums§
- Value
- Owning dynamic type value. Value’s type is typically dictated by SQLite (not by the caller).
Constants§
Traits§
- ToSql
- A trait for types that can be converted into SQLite values. Returns
crate::Error::ToSqlConversionFailureif the conversion fails.