macro_rules! report {
($err:expr) => { ... };
}Expand description
Generates a std::error::Report with pretty and backtrace enabled
macro_rules! report {
($err:expr) => { ... };
}Generates a std::error::Report with pretty and backtrace enabled