pub trait TraceableError:
Error
+ Send
+ Sync {
// Required method
fn trace_id(&self) -> String;
}
Expand description
A trait for errors that can provide a trace ID
pub trait TraceableError:
Error
+ Send
+ Sync {
// Required method
fn trace_id(&self) -> String;
}
A trait for errors that can provide a trace ID