GreaterThan

Type Alias GreaterThan 

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

Aliased Typeยง

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