ColliderHandle

Trait ColliderHandle 

Source
pub trait ColliderHandle: CollisionObjectHandle + Debug { }
Expand description

Trait auto-implemented for types that can be used as a Collider handle.

Collider handles must be unique, i.e., they should not suffer from the ABA problem.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§