TrainStationTimes

Type Alias TrainStationTimes 

Source
pub type TrainStationTimes = HashMap<String, StationTimes>;
Expand description

Map of station times, indexed by train number.

These are the individual rows of the time table. The train number (symbol) is the column index. Each of these rows is for a single station. This is a sparse vector, since not all trains stop at (or go past) all stations. The ommited elements result in blank cells in the output table.

Aliased Typeยง

pub struct TrainStationTimes { /* private fields */ }