diesel::helper_types

Type Alias lower_inf

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

Return type of lower_inf(range)

Aliased Typeยง

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