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

Macro wraps Err($ERR) to add backtrace feature