diesel::helper_types

Type Alias upper_inc

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

Return type of upper_inc(range)

Aliased Typeยง

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