pub type tsrange<lower, upper, bound> = tsrange<lower, upper, bound>;
Return type of the tsrange() SQL function.
tsrange()
pub struct tsrange<lower, upper, bound> { /* private fields */ }