Trait parrot::geom::Contains [] [src]

pub trait Contains<T> {
    fn contains(self, _: T) -> bool;
}

Required Methods

Implementors