macro_rules! urlpatterns {
(
$($path:expr => $handler:expr, name = $name:expr) ,* $(,)?
) => { ... };
(
$($path:expr => $handler:expr) ,* $(,)?
) => { ... };
}macro_rules! urlpatterns {
(
$($path:expr => $handler:expr, name = $name:expr) ,* $(,)?
) => { ... };
(
$($path:expr => $handler:expr) ,* $(,)?
) => { ... };
}