Skip to main content

SendFuture

Type Alias SendFuture 

Source
pub type SendFuture<'a> = Pin<Box<dyn Future<Output = Result<HttpResponse, ClientError>> + Send + 'a>>;
Expand description

The future an AsyncHttpClient returns from send.

Aliased Typeยง

#[repr(transparent)]
pub struct SendFuture<'a> { /* private fields */ }