Trait butane::query::DataOrd[][src]

pub trait DataOrd<Rhs> { }
Expand description

Marker trait to determine whether values can be compared. Unlike PartialOrd, handles Option, which we need for nullable types.

Implementations on Foreign Types

Implementors