[][src]Trait postgis::twkb::TwkbGeom

pub trait TwkbGeom: Debug + Sized {
    fn read_twkb<R: Read>(raw: &mut R) -> Result<Self, Error> { ... }
fn read_idlist<R: Read>(raw: &mut R, size: usize) -> Result<Vec<u64>, Error> { ... } }

Provided Methods

Implementors

impl TwkbGeom for LineString
[src]

impl TwkbGeom for MultiLineString
[src]

impl TwkbGeom for MultiPoint
[src]

impl TwkbGeom for MultiPolygon
[src]

impl TwkbGeom for Point
[src]

impl TwkbGeom for Polygon
[src]