pub trait GameObjectBoxClone {
// Required method
fn clone_game_object(&self) -> Box<dyn GameObject>;
}Expand description
Allows Box
pub trait GameObjectBoxClone {
// Required method
fn clone_game_object(&self) -> Box<dyn GameObject>;
}Allows Box