pub trait CoordinateSpace: Clone + Copy + Default + PartialEq + Eq + Debug { }
Expand description

A tag trait for coordinate spaces, sealed so that only the types defined in this module can implement it.

Implementors§