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