Skip to main content

infofmt

Macro infofmt 

Source
macro_rules! infofmt {
    ($($arg:tt)*) => { ... };
}
Expand description

Format a message suitable for general information. It takes the same arguments as format!.