macro_rules! branch {
() => { ... };
(path: $path:expr) => { ... };
(path: $path:expr, options: $($option:expr), *) => { ... };
(options: $($option:expr), *) => { ... };
}
macro_rules! branch {
() => { ... };
(path: $path:expr) => { ... };
(path: $path:expr, options: $($option:expr), *) => { ... };
(options: $($option:expr), *) => { ... };
}