Macro vortex_error::vortex_bail
source ยท macro_rules! vortex_bail { ($($tt:tt)+) => { ... }; }
Expand description
A convenient macro for returning a VortexError.
macro_rules! vortex_bail { ($($tt:tt)+) => { ... }; }
A convenient macro for returning a VortexError.