diesel::helper_types

Type Alias lower_inc

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

Return type of lower_inc(range)

Aliased Typeยง

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