Trait h3ron::to_geo::ToPolygon

source ·
pub trait ToPolygon {
    type Error;

    // Required method
    fn to_polygon(&self) -> Result<Polygon<f64>, Self::Error>;
}

Required Associated Types§

Required Methods§

source

fn to_polygon(&self) -> Result<Polygon<f64>, Self::Error>

Implementors§