n0_snafu

Macro format_err

Source
macro_rules! format_err {
    ($fmt:literal$(, $($arg:expr),* $(,)?)?) => { ... };
}