Function gtfs_server::routes::api::stop_times::stop_times_between_in [−][src]
pub fn stop_times_between_in(
rh: State<RoutesHandler>,
time: String,
time2: String,
bbox: BoundingBox
) -> Json<ResultArray<StopTimes>>