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