Trait buhtig::Git[][src]

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

Required methods

Implementors