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