nadeo_api_rs::meet

Trait MeetApiClient

Source
pub trait MeetApiClient: NadeoApiClient {
    // Provided method
    async fn get_cup_of_the_day(&self) -> Result<CupOfTheDay, Box<dyn Error>> { ... }
}
Expand description

API calls for the Meet API

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§