macro_rules! header {
    ( $fmt:literal $($tt:tt)* ) => { ... };
}
Expand description

Display a header section: a header

Example

header!("  a header  ");