pub trait SQLiteAffinity: DataType {
const SQL_TYPE: &'static str;
}Expand description
SQLite affinity metadata owned by a Drizzle SQL type marker.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".