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