Type Alias diesel::pg::expression::functions::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 */ }