ddapi_rs

Trait DDstats

Source
pub trait DDstats {
    // Required method
    fn splayer(
        &self,
        player: &str,
    ) -> impl Future<Output = Result<Player, ApiError>> + Send;
}

Required Methods§

Source

fn splayer( &self, player: &str, ) -> impl Future<Output = Result<Player, ApiError>> + Send

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§