Macro vortex_bail

Source
macro_rules! vortex_bail {
    ($($tt:tt)+) => { ... };
}
Expand description

A convenient macro for returning a VortexError.