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

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

Associated Types

type Err

Loading content...

Required methods

fn try_into(self) -> Result<T, Self::Err>

Loading content...

Implementations on Foreign Types

impl<'a> TryInto<Geometry<'a>> for &'a Point<f64>[src]

type Err = Error

impl<'a, T: Borrow<Point<f64>>> TryInto<Geometry<'a>> for &'a [T][src]

type Err = Error

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

type Err = Error

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

type Err = Error

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

type Err = Error

Loading content...

Implementors

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

type Err = Error

Loading content...