Macro bitbazaar::err

source ·
macro_rules! err {
    ($str_or_err:expr) => { ... };
    ($str:expr, $($arg:expr),*) => { ... };
}
Expand description

A macro for creating a TracedErr from a string or another existing error.