Trait geozero::ProcessToJson[][src]

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

Consume features as GeoJSON.

Required methods

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

Consume features as GeoJSON String.

Loading content...

Implementors

Loading content...