Trait postgis::ewkb::AsEwkbPoint[][src]

pub trait AsEwkbPoint<'a> {
    fn as_ewkb(&'a self) -> EwkbPoint<'a>;
}

Required methods

Implementors