Skip to main content

spawn_execute

Function spawn_execute 

Source
async fn spawn_execute<S>(
    services: Arc<Services>,
    req: Request,
    inner: S,
    parent: Span,
) -> Result<Response, StatusCode>
where S: Service<Request, Error = Infallible> + Send + 'static, S::Response: IntoResponse, S::Future: Send + 'static,