Skip to main content

HttpFuture

Type Alias HttpFuture 

Source
pub type HttpFuture<'a, T> = Pin<Box<dyn Future<Output = Result<T, HttpError>> + Send + 'a>>;
Expand description

Re-export framework services (HTTP, URI, etc.) from the dedicated services crate.

Aliased Typeยง

pub struct HttpFuture<'a, T> { /* private fields */ }