pub trait Object: 'static + Clone + PartialEq + Validate + Sealed { }
Expand description

Marker trait for geometric and topological objects

Implementations on Foreign Types

Implementors