Trait buhtig::Users

source ·
pub trait Users {
    // Required method
    fn get_authenticated_user<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<GetAuthenticatedUserResponse>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

source

fn get_authenticated_user<'life0, 'async_trait>( &'life0 self ) -> Pin<Box<dyn Future<Output = Result<GetAuthenticatedUserResponse>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,

Implementors§