Trait geozero::ProcessToJson

source ·
pub trait ProcessToJson {
    // Required method
    fn to_json(&mut self) -> Result<String>;
}
Expand description

Consume features as GeoJSON.

Required Methods§

source

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

Consume features as GeoJSON String.

Implementors§