macro_rules! rt_warn {
($($arg:tt)*) => { ... };
}Expand description
Warn-level runtime log line. Routes through the tracing facade.
macro_rules! rt_warn {
($($arg:tt)*) => { ... };
}Warn-level runtime log line. Routes through the tracing facade.