Skip to main content

ZstdRequestBuilder

Trait ZstdRequestBuilder 

Source
pub trait ZstdRequestBuilder {
    // Required method
    fn send_encoded<'async_trait>(
        self,
    ) -> Pin<Box<dyn Future<Output = Result<Response>> + Send + 'async_trait>>
       where Self: 'async_trait;
}

Required Methods§

Source

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

Implementors§