Type Alias diesel::pg::expression::functions::numrange

source ·
pub type numrange<lower, upper, bound> = numrange<<lower as AsExpression<Nullable<Numeric>>>::Expression, <upper as AsExpression<Nullable<Numeric>>>::Expression, <bound as AsExpression<RangeBoundEnum>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of numrange()

Aliased Type§

struct numrange<lower, upper, bound> { /* private fields */ }