pub trait SQLComparable<'a, V: SQLParam, Rhs> { }
Marker trait for types that can be compared in SQL expressions.