Trait geojson::conversion::TryInto[][src]

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

This trait provides fallible conversions from GeoJSON values to Geo types

Associated Types

Required Methods

Implementors