pub trait PhysicsUnit { // Required methods fn name(&self) -> &str; fn base_per_x(&self) -> (f64, i32); }