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

Used to easily create errors from strings