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

Convert to GeoJSON.

Required Methods

Convert to GeoJSON String.

Implementors