diesel::pg::expression::dsl

Type Alias upper_inf

Source
pub type upper_inf<R, range> = upper_inf<R, <range as AsExpression<R>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of upper_inf()

Aliased Typeยง

struct upper_inf<R, range> { /* private fields */ }