Macro mac::ext_expect

source ยท
macro_rules! ext_expect {
    ($cx:expr, $sp:expr, $e:expr, $msg:expr) => { ... };
}
Expand description

Unwrap the Option $e, or ext_bail!.