[][src]Trait geozero::Writer

pub trait Writer {
    fn open<P: AsRef<Path>>(path: P, opts: &CreateOpts) -> Result<Self>
    where
        Self: Sized
;
fn process<P: FeatureProcessor>(
        &mut self,
        processor: &mut P
    ) -> Result<Self>
    where
        Self: Sized
; }

Required methods

fn open<P: AsRef<Path>>(path: P, opts: &CreateOpts) -> Result<Self> where
    Self: Sized

fn process<P: FeatureProcessor>(&mut self, processor: &mut P) -> Result<Self> where
    Self: Sized

Loading content...

Implementors

Loading content...