Function gtfs_server::routes::api::stop_times::stop_times_by_stop_after[][src]

pub fn stop_times_by_stop_after(
    rh: State<RoutesHandler>,
    stop: String,
    time: String
) -> Json<Result<StopTimes>>

/stop_times/by-stop/<stop>/after/<time> Gets an array of StopTimes at a specified <stop> after <time> Returns a ResultArray<StopTimes>