pub trait CollisionObjectHandle: Copy + Hash + PartialEq + Eq + 'static + Send + Sync { }
Expand description

Trait implemented by a handle indentifying a collision object.

Implementors