Macro rouste::route_with[][src]

macro_rules! route_with {
    [$($route:expr),*] => { ... };
}

Compose a router given an URI and a list of routes.