[][src]Trait geozero::Reader

pub trait Reader<'a> {
    fn open<R: 'a + ReadSeek>(
        reader: &'a mut R,
        _opts: &OpenOpts
    ) -> Result<Self>
    where
        Self: Sized
;
fn select(&mut self, opts: &SelectOpts) -> Result<()>;
fn process<P: FeatureProcessor>(&mut self, processor: &mut P) -> Result<()>; }

Required methods

fn open<R: 'a + ReadSeek>(reader: &'a mut R, _opts: &OpenOpts) -> Result<Self> where
    Self: Sized

fn select(&mut self, opts: &SelectOpts) -> Result<()>

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

Loading content...

Implementors

Loading content...