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

fn side() -> BoundSide

Returns the bound side this type corresponds to.

Implementors