Skip to main content

code

Macro code 

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

Inline Code, with optional format! arguments.