pub trait Player:
Copy
+ Clone
+ Debug
+ PartialEq { }Expand description
This trait describes the players in the game. For now it should be a two-state like a boolean.
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.