Macro calcu_rs::utils::trace_fn

source ยท
macro_rules! trace_fn {
    () => { ... };
    ($($tt:tt)+) => { ... };
}