show_line

Function show_line 

Source
pub fn show_line<'a, F>(
    ui: &mut Ui,
    line: &DisplayedLine,
    selected_station: &mut Option<Entity>,
    get_station_info: F,
)
where F: Fn(Entity) -> Option<(Entity, &'a Name, &'a StationCache)> + Copy + 'a,