pub trait HasShapeType {
    // Required method
    fn shapetype() -> ShapeType;
}
Expand description

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

Required Methods§

source

fn shapetype() -> ShapeType

Returns the ShapeType

Implementors§