[][src]Trait geo::ToGeo

pub trait ToGeo<T: CoordinateType> {
    fn to_geo(&self) -> Geometry<T>;
}
👎 Deprecated:

Will be removed in an upcoming version. Switch to std::convert::Into<Geo> or std::convert::TryInto<Geo>.

Required methods

fn to_geo(&self) -> Geometry<T>

👎 Deprecated:

Will be removed in an upcoming version. Switch to std::convert::Into<Geo> or std::convert::TryInto<Geo>.

Loading content...

Implementors

Loading content...