Skip to main content

trace

Macro trace 

Source
macro_rules! trace {
    ($($tt:tt)*) => { ... };
}
Expand description

Forwards to tracing::trace when the tracing feature is enabled