TrainList

Type Alias TrainList 

Source
pub type TrainList<'latex> = Vec<&'latex Train>;
Expand description

List of trains.

Simple linked list of trains, used for passing train lists around.

Aliased Typeยง

pub struct TrainList<'latex> { /* private fields */ }