bail_locationless

Macro bail_locationless 

Source
macro_rules! bail_locationless {
    ($msg:literal $(,)?) => { ... };
    ($err:expr $(,)?) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description

The bail macro but with _locationless variations