return_err

Macro return_err 

Source
macro_rules! return_err {
    ($err: expr, $errlog: ident) => { ... };
}
Expand description

Attach error to given ErrorLog and return it.

Arguments:

  1. err value
  2. ErrorLog