macro_rules! divider {
() => { ... };
($($arg:tt)*) => { ... };
}Expand description
Macro to print a divider with optional text and styles
macro_rules! divider {
() => { ... };
($($arg:tt)*) => { ... };
}Macro to print a divider with optional text and styles