Trait reqwest_dav::types::Dav2xx

source ·
pub trait Dav2xx {
    // Required method
    fn dav2xx<'async_trait>(
        self
    ) -> Pin<Box<dyn Future<Output = Result<Response, Error>> + Send + 'async_trait>>
       where Self: 'async_trait;
}

Required Methods§

source

fn dav2xx<'async_trait>( self ) -> Pin<Box<dyn Future<Output = Result<Response, Error>> + Send + 'async_trait>>
where Self: 'async_trait,

Implementors§