Skip to main content

GreaterThan

Type Alias GreaterThan 

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

Aliased Typeยง

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