PolylineOps

Trait PolylineOps 

Source
pub trait PolylineOps {
    // Required methods
    fn rev(&self) -> Polyline;
    fn concat(&self, other: &Polyline) -> Polyline;
}

Required Methods§

Source

fn rev(&self) -> Polyline

Source

fn concat(&self, other: &Polyline) -> Polyline

Implementors§