Type Alias diesel::pg::expression::functions::lower_inc

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

The return type of lower_inc()

Aliased Type§

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