Macro trace_fn

Source
macro_rules! trace_fn {
    ($name:expr) => { ... };
    ($name:expr, $($tt:tt)*) => { ... };
}
Expand description

Macro to insert tracing into functions.