diesel::pg::expression::dsl

Type Alias upper_inc

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

The return type of upper_inc()

Aliased Typeยง

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