lower_inc

Type Alias 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ยง

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