Macro debugfmt

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

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