trace_macros::TRACE! [] [src]

macro_rules! TRACE {
    (type=>$tp:expr, $($arg:expr),*) => { ... };
    ($($arg:expr),*) => { ... };
}