Trait shapefile::record::HasShapeType[][src]

pub trait HasShapeType {
    fn shapetype() -> ShapeType;
}

Traits to be able to retrieve the ShapeType corresponding to the type

Required methods

fn shapetype() -> ShapeType[src]

Returns the ShapeType

Loading content...

Implementors

Loading content...