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