Trait geozero::ProcessToJson[][src]

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

Consume features as GeoJSON.

Required methods

Consume features as GeoJSON String.

Implementors