pub type Route = Route<Method, Handler>;Expand description
A single route, tied to Hyper’s types, and our Handler. We add some
shortcut methods onto this type in order to make building routes for hyper
easier.
Aliased Type§
pub struct Route { /* private fields */ }