kanzi
0.7.0
kanzi
Macro
warn
Copy item path
macro_rules! warn { ($($arg:tt)+) => { ... }; }
Expand description
Logs a message at the
warn
level.