route!() { /* proc-macro */ }
Creates a route and add it to the group
route!( group = Routes, path = "/echo/{str:String}", method = GET, async test_fn -> String { str } );