Macro charon_lib::info
source ยท macro_rules! info { ($($arg:tt)+) => { ... }; () => { ... }; }
Expand description
A custom log info macro. Uses the log crate.
macro_rules! info { ($($arg:tt)+) => { ... }; () => { ... }; }
A custom log info macro. Uses the log crate.