GreaterThan

Type Alias GreaterThan 

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

Aliased Typeยง

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