[][src]Macro easy_error::format_err

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

Creates an Error using the standard string interpolation syntax.