Trait geozero::ProcessToCsv

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

Consume features into CSV

Required Methods§

source

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

Consume features into CSV String.

Implementors§