pub trait TraceCallback {
// Required method
fn trace_callback(&mut self, event: TraceEvent) -> Result<(), Error>;
}Available on non-
target_os="zkvm" and crate feature client only.Expand description
A callback used to collect TraceEvents.