RootApi

Trait RootApi 

Source
pub trait RootApi: Send + Sync {
    // Required method
    fn get_root<'life0, 'async_trait>(
        &'life0 self,
    ) -> Pin<Box<dyn Future<Output = Result<RootBean, Error<GetRootError>>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}
Available on crate feature root_api only.

Required Methods§

Source

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

GET /

Implementors§