Macro mac::ext_bail_if [] [src]

macro_rules! ext_bail_if {
    ($e:expr, $cx:expr, $sp:expr, $msg:expr) => { ... };
}

ext_bail! if the condition $e is true.