macro_rules! bordered {
($border_type:ident, $title:expr; $child:expr) => { ... };
($title:expr; $child:expr) => { ... };
($child:expr) => { ... };
}macro_rules! bordered {
($border_type:ident, $title:expr; $child:expr) => { ... };
($title:expr; $child:expr) => { ... };
($child:expr) => { ... };
}