pub trait CaptureTrace {
type Trace;
// Required method
fn capture(&self) -> Self::Trace;
}Expand description
A trait to support custom implementations of traces
pub trait CaptureTrace {
type Trace;
// Required method
fn capture(&self) -> Self::Trace;
}A trait to support custom implementations of traces