Trait buhtig::Git

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

Required Methods§

source

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

Implementors§