macro_rules! format_err {
($($arg:tt)*) => { ... };
}
Expand description
Creates an Error
using the standard string interpolation syntax.
macro_rules! format_err {
($($arg:tt)*) => { ... };
}
Creates an Error
using the standard string interpolation syntax.