Trait lta::blocking::train::TrainRequests
source · pub trait TrainRequests<C: Client + ClientExt> {
// Provided method
fn get_train_service_alert(
client: &C,
skip: impl Into<Option<u32>>
) -> LTAResult<TrainServiceAlert> { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.