macro_rules! trace { ($($tt:tt)*) => { ... }; }
Forwards to tracing::trace when the tracing feature is enabled