Macro charon_lib::warn

source ยท
macro_rules! warn {
    ($($arg:tt)+) => { ... };
}
Expand description

A custom log warn macro. Uses the log crate.