Trait geozero::ToJson[][src]

pub trait ToJson {
    fn to_json(&self) -> Result<String>;
}

Convert to GeoJSON.

Required methods

fn to_json(&self) -> Result<String>[src]

Convert to GeoJSON String.

Loading content...

Implementors

Loading content...