macro_rules! not_impl_err {
    ($($args:expr),*) => { ... };
}
Expand description

Macro wraps Err($ERR) to add backtrace feature