Skip to main content

HttpInterceptorFuture

Type Alias HttpInterceptorFuture 

Source
pub type HttpInterceptorFuture<'a> = Pin<Box<dyn Future<Output = Result<Response, Error>> + Send + 'a>>;

Aliased Typeยง

pub struct HttpInterceptorFuture<'a> { /* private fields */ }