pub trait Recognize { // Required method fn recognize<'a>(&'a self, path: &str) -> Option<RouteMatch<'a>>; }