diesel::helper_types

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ยง

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