macro_rules! route { ($handler:ident) => { ... }; }
Helper macro to create a Route from a handler with RouteHandler trait