inject_return

Macro inject_return 

Source
macro_rules! inject_return {
    ($ret:expr) => { ... };
    ($name:expr, $ret:expr) => { ... };
}
Expand description

Define failpoint which returns from an enclosing function