Function warp_lambda::run[][src]

pub async fn run<Svc>(warp_svc: Svc) -> Result<(), WarpHandlerError> where
    Svc: Service<Request<Body>, Response = Response<Body>, Error = Infallible> + 'static,