diesel::pg::expression::dsl

Type Alias lower_inf

source
pub type lower_inf<R, range> = lower_inf<R, <range as AsExpression<R>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of lower_inf()

Aliased Typeยง

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