Skip to main content

lower_inc

Type Alias lower_inc 

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

Return type of the lower_inc() SQL function.

Aliased Typeยง

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