tsrange

Type Alias tsrange 

Source
pub type tsrange<lower, upper, bound> = tsrange<lower, upper, bound>;
Expand description

Return type of the tsrange() SQL function.

Aliased Typeยง

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