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

Object Safety§

This trait is not object safe.

Implementors§