Macro lazy_format

Source
macro_rules! lazy_format {
    (
    $fmt:expr $(, $($args:tt)*)?
) => { ... };
}
Expand description

Lazy formatting, see LazyFormat.