[][src]Function wkb::geom_to_wkb

pub fn geom_to_wkb<T: Into<f64> + Float>(
    geom: &Geometry<T>
) -> Result<Vec<u8>, WKBWriteError>

Convert a Geometry into WKB bytes.