Enum postgres_range::BoundType
[−]
[src]
pub enum BoundType { Inclusive, Exclusive, }
The type of a range bound.
Variants
Inclusive | The bound includes its value. |
Exclusive | The bound excludes its value. |