Skip to main content

lower

Type Alias lower 

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

Return type of the lower() SQL function.

Aliased Typeยง

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