Macro zino_core::bail

source ยท
macro_rules! bail {
    ($message:literal $(,)?) => { ... };
    ($err:expr $(,)?) => { ... };
    ($fmt:expr, $($arg:tt)+) => { ... };
}
Expand description

Emits a tracing::Event at the warn level and returns early with an Error.