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.