Skip to main content

text

Macro text 

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

Text, with optional format! arguments.