Trait wkb::WKBReadExt[][src]

pub trait WKBReadExt {
    fn read_wkb(&mut self) -> Result<Geometry<f64>, WKBReadError>;
}

Extension trait for Read

Required methods

fn read_wkb(&mut self) -> Result<Geometry<f64>, WKBReadError>[src]

Attempt to read a Geometry from this reader

Loading content...

Implementors

impl<R: Read> WKBReadExt for R[src]

Loading content...