macro_rules! Err { ($($tt:tt)*) => { ... }; }
Constructs an error enum/struct value and wraps it in Err(err).
Err(err)
See e for supported syntax.
e