Macro zino_core::warn

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

Emits a tracing::Event at the warn level and constructs an Error.