Trait postgres_range::BoundSided
[−]
[src]
pub trait BoundSided { fn side() -> BoundSide; }
A trait implemented by phantom types indicating the type of the bound.
Required Methods
Implementors
impl BoundSided for UpperBound
impl BoundSided for LowerBound