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