pub type numrange<lower, upper, bound> = numrange<lower, upper, bound>;Expand description
Return type of the numrange() SQL function.
Aliased Typeยง
pub struct numrange<lower, upper, bound> { /* private fields */ }pub type numrange<lower, upper, bound> = numrange<lower, upper, bound>;Return type of the numrange() SQL function.
pub struct numrange<lower, upper, bound> { /* private fields */ }