trace

Macro trace 

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

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