Skip to main content

format_err

Macro format_err 

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

Identical to the anyhow! macro.

Provided for compatibility.