[][src]Function wkb::wkb_to_geom

pub fn wkb_to_geom<R: ?Sized>(
    wkb: &mut R
) -> Result<Geometry<f64>, WKBReadError> where
    R: Read

Read a Geometry from a reader. Converts WKB to a Geometry.