Trait lta::blocking::taxi::TaxiRequests
source · pub trait TaxiRequests<C: Client + ClientExt> {
// Provided methods
fn get_taxi_avail(
client: &C,
skip: impl Into<Option<u32>>
) -> LTAResult<Vec<Coordinates>> { ... }
fn get_taxi_stands(
client: &C,
skip: impl Into<Option<u32>>
) -> LTAResult<Vec<TaxiStand>> { ... }
}
Expand description
All APIs pertaining to taxis
Provided Methods§
Object Safety§
This trait is not object safe.