pub trait BoolLike: SqlType { }Expand description
What a WHERE/HAVING/ON clause accepts. Nullable<Bool> belongs
here because SQL takes it: a NULL condition selects no row, which is
the same answer IS NOT TRUE would give.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".