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