upper

Type Alias upper 

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

Return type of upper(range)

Aliased Typeยง

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