lower

Type Alias lower 

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

Return type of lower(range)

Aliased Typeยง

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