Checkpoint

This commit is contained in:
2026-05-14 08:42:10 +01:00
parent b3f251e4cc
commit 2dd7d2f83e
5 changed files with 42 additions and 26 deletions
+2
View File
@@ -35,4 +35,6 @@ pub struct Arrival<'a> {
pub departure_time: NaiveTime,
pub route: &'a Route,
pub stop: &'a Stop,
pub stop_time: &'a RawStopTime,
pub trip: &'a RawTrip,
}