Trait geos::from_geo::TryInto [] [src]

pub trait TryInto<T> {
    type Err;
    fn try_into(self) -> Result<T, Self::Err>;
}

Associated Types

Required Methods

Implementations on Foreign Types

impl<'a> TryInto<GGeom> for &'a LineString<f64>
[src]

[src]

impl<'a> TryInto<GGeom> for &'a Polygon<f64>
[src]

[src]

impl<'a> TryInto<GGeom> for &'a MultiPolygon<f64>
[src]

[src]

Implementors