ixc_core

Macro bail

source
macro_rules! bail {
    ($($arg:tt)*) => { ... };
}
Expand description

Return an error with a formatted message.