Macro biodivine_sketchbook::warning
source ยท macro_rules! warning { ($($arg:tt)*) => { ... }; }
Expand description
Version of log
with WARNING
severity.
macro_rules! warning { ($($arg:tt)*) => { ... }; }
Version of log
with WARNING
severity.