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