[][src]Macro artillery_core::bail

macro_rules! bail {
    ($kind:expr, $e:expr) => { ... };
    ($kind:expr, $fmt:expr, $($arg:tt)+) => { ... };
}