pub type TrainList<'latex> = Vec<&'latex Train>;
List of trains.
Simple linked list of trains, used for passing train lists around.
pub struct TrainList<'latex> { /* private fields */ }