Expand description
Convenience re-exports.
Re-exportsยง
pub use crate::boarding::Boarding;pub use crate::boarding::BoardingResult;pub use crate::boarding::Waiter;pub use crate::dwell::DwellParams;pub use crate::dwell::DwellTime;pub use crate::policy::board_with_policy;pub use crate::policy::BoardingPolicy;pub use crate::policy::CapacityStopQueuePolicy;pub use crate::policy::DispatchContext;pub use crate::policy::DispatchDecision;pub use crate::policy::DispatchPolicy;pub use crate::policy::DwellPolicy;pub use crate::policy::FifoBoardingPolicy;pub use crate::policy::LinearDwellPolicy;pub use crate::policy::ScheduledDispatchPolicy;pub use crate::policy::StopQueuePolicy;pub use crate::route::Route;pub use crate::route::RouteId;pub use crate::schedule::Departure;pub use crate::schedule::Schedule;pub use crate::stop::Stop;pub use crate::stop::StopId;pub use crate::vehicle::TransitVehicle;pub use crate::vehicle::VehicleId;pub use crate::PassengerId;