pub trait Object: 'static + Clone + PartialEq + Validate + Sealed { }
Marker trait for geometric and topological objects