use tosin::http::{Request, Response}; pub async fn index(request: Request) -> Response { Response("Hello, world. You're at the polls index.") }