Macro mac::ext_bail_if
source ยท macro_rules! ext_bail_if { ($e:expr, $cx:expr, $sp:expr, $msg:expr) => { ... }; }
Expand description
ext_bail! if the condition $e is true.
macro_rules! ext_bail_if { ($e:expr, $cx:expr, $sp:expr, $msg:expr) => { ... }; }
ext_bail! if the condition $e is true.