Skip to main content

trace_value

Macro trace_value 

Source
macro_rules! trace_value {
    ($trace:expr, $name:literal, $type_name:literal, $value:expr, $kind:expr) => { ... };
}
Expand description

Capture a function input or local value at the macro call site. 在宏调用位置记录函数输入或局部值。