diesel::pg::expression::functions

Type Alias tsrange

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

The return type of tsrange()

Aliased Typeยง

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