pub trait SimulationObject: RailwayObject + Movable + NextTarget + GeoLocation + Send + Sync { }
Expand description
A trait that defines an object within the simulation that can move along a railway.
pub trait SimulationObject: RailwayObject + Movable + NextTarget + GeoLocation + Send + Sync { }
A trait that defines an object within the simulation that can move along a railway.