macro_rules! trace_fn {
($name:expr) => { ... };
($name:expr, $($tt:tt)*) => { ... };
}
Expand description
Macro to insert tracing into functions.
macro_rules! trace_fn {
($name:expr) => { ... };
($name:expr, $($tt:tt)*) => { ... };
}
Macro to insert tracing into functions.