Skip to main content

trace

Macro trace 

Source
macro_rules! trace {
    ($($e:expr),* $(,)? ) => { ... };
}