pub type tsrange<lower, upper, bound> = tsrange<lower, upper, bound>;Available on crate feature
postgres_backend only.Expand description
Return type of the tsrange() SQL function.
Aliased Typeยง
pub struct tsrange<lower, upper, bound> { /* private fields */ }