pub trait SqlOrd: SqlType { }
Expand description

Marker trait for types which can be used with MAX and MIN

Implementors