trace_value

Function trace_value 

Source
pub fn trace_value<T>(msg: &str, value: &T)
Expand description

Trace a value of any type.

This function handles different types of values:

  • For array types like [u8; N], it uses trace_data with hex representation
  • For other types, it falls back to a generic message