n0_error

Macro Err

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

Constructs an error enum/struct value and wraps it in Err(err).

See e for supported syntax.