err

Macro err 

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

Shorthand for Err(anyerr!(...)) or Err(anyhow!(...)).