LesserThan

Type Alias LesserThan 

Source
pub type LesserThan<Lhs, Rhs> = LesserThanRange<Lhs, Rhs>;
Available on crate features postgres_backend and sqlite only.

Aliased Typeยง

pub struct LesserThan<Lhs, Rhs>(/* private fields */);