int4range

Type Alias int4range 

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

Return type of the int4range() SQL function.

Aliased Typeยง

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