pub type TraceHandler = dyn FnMut(RowIndex, TraceEvent);Expand description
A callback to be executed when a TraceEvent occurs at a given clock cycle
pub type TraceHandler = dyn FnMut(RowIndex, TraceEvent);A callback to be executed when a TraceEvent occurs at a given clock cycle