Skip to main content

UserAPI

Trait UserAPI 

Source
pub trait UserAPI: BaseClient {
    // Required method
    fn get_me(
        &self,
    ) -> impl Future<Output = Result<Response<User>, Error>> + Send;
}

Required 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§