All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rust-server.server-service-footer.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
            _ => Ok(Response::builder().status(StatusCode::NOT_FOUND)
                    .body(Body::empty())
                    .expect("Unable to create Not Found response"))
        }
    } Box::pin(run(self.api_impl.clone(), req)) }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy