diesel::helper_types

Type Alias upper_inf

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

Return type of upper_inf(range)

Aliased Typeยง

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