Skip to main content

FetchFuture

Type Alias FetchFuture 

Source
pub type FetchFuture<'a> = Pin<Box<dyn Future<Output = Result<Response, FetchError>> + Send + 'a>>;
Expand description

A future a backend answers with.

Aliased Typeยง

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