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