Macro error_log::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