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.

Implementors§