pub type upper_inc<range> = upper_inc<<range as Expression>::SqlType, range>;Available on crate feature
postgres_backend only.Expand description
Return type of the upper_inc() SQL function.
Aliased Typeยง
pub struct upper_inc<range> { /* private fields */ }