pub fn trace_numeric_value<T: NumericTrace>(msg: &str, value: &T)Expand description
Trace a numeric value.
This function is specifically for numeric types that implement NumericTrace. It uses trace_num to display the value.
pub fn trace_numeric_value<T: NumericTrace>(msg: &str, value: &T)Trace a numeric value.
This function is specifically for numeric types that implement NumericTrace. It uses trace_num to display the value.