macro_rules! trace {
($($tt:tt)*) => { ... };
}Available on crate feature
reflect and non-crate feature tracing only.Expand description
Forwards to tracing::trace when the tracing feature is enabled