track_transmute

Function track_transmute 

Source
pub fn track_transmute(from_type: &str, to_type: &str, location: &str)
Expand description

Track transmute operation.

Records a Transmute event. Use this when using std::mem::transmute.

ยงArguments

  • from_type - Source type name
  • to_type - Destination type name
  • location - Source location