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[src]

Returns the bound side this type corresponds to.

Loading content...

Implementors

Loading content...