Type Alias diesel::pg::expression::functions::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 */ }