return_ok

Macro return_ok 

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

Set ok value of given ErrorLog and return it

Arguments:

  1. err value
  2. ErrorLog