Trait rgeometry::PolygonScalarRef[][src]

pub trait PolygonScalarRef<T = Self, Output = Self>: Clone + PartialOrd<T> + NumOps<T, Output> + Neg<Output = Output> { }

Implementors

impl<T, Rhs, Output> PolygonScalarRef<Rhs, Output> for T where
    T: Clone + PartialOrd<Rhs> + NumOps<Rhs, Output> + Neg<Output = Output>, 
[src]