Trait shapefile::record::traits::GrowablePoint[][src]

pub trait GrowablePoint {
    fn grow(&mut self, other: &Self);
}

Required methods

fn grow(&mut self, other: &Self)[src]

Loading content...

Implementors

impl GrowablePoint for Point[src]

impl GrowablePoint for PointM[src]

impl GrowablePoint for PointZ[src]

Loading content...