Macro format_err

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

Creates an Error using the standard string interpolation syntax.