[][src]Trait postgres_range::BoundSided

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.

Loading content...

Implementors

impl BoundSided for LowerBound[src]

impl BoundSided for UpperBound[src]

Loading content...