[][src]Type Definition reign_router::HandleFuture

type HandleFuture<'a> = Pin<Box<dyn Future<Output = Result<Response<Body>, Error>> + Send + 'a>>;