pub type LesserThan<Lhs, Rhs> = LesserThanRange<Lhs, Rhs>;
Available on crate feature
postgres_backend
only.Aliased Typeยง
pub struct LesserThan<Lhs, Rhs>(/* private fields */);
pub type LesserThan<Lhs, Rhs> = LesserThanRange<Lhs, Rhs>;
postgres_backend
only.pub struct LesserThan<Lhs, Rhs>(/* private fields */);