show_line_timetable

Function show_line_timetable 

Source
pub fn show_line_timetable(
    (InMut, In): (InMut<'_, Ui>, In<Entity>),
    displayed_lines: Query<'_, '_, (&Name, &DisplayedLine)>,
    schedules: Query<'_, '_, &Schedule, With<Vehicle>>,
    services: Query<'_, '_, &Name, With<Service>>,
    entries: Query<'_, '_, &TimetableEntry>,
    stations: Query<'_, '_, &Name, With<Station>>,
)