Skip to main content

title

Macro title 

Source
macro_rules! title {
    ($fmt:literal, $($arg:tt)*) => { ... };
    ($content:expr) => { ... };
}
Expand description

Title, with optional format! arguments.