bail_expr

Macro bail_expr 

Source
macro_rules! bail_expr {
    ($expr:expr, $fmt:expr $(,)?) => { ... };
    ($expr:expr, $fmt:expr, $($arg:tt)*) => { ... };
}