lower_inc

Type Alias lower_inc 

Source
pub type lower_inc<R> = lower_inc<SqlTypeOf<R>, R>;
Available on crate feature postgres_backend only.
Expand description

Return type of lower_inc(range)

Aliased Typeยง

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