pub async fn root_page_endpoint<State>(
    _: Request<State>
) -> impl Future<Output = Result<Response, Error>>where
    State: Clone + Send + Sync + 'static,
Expand description

Serves a basic HTML page that should be served when the root of the server is requested.