pub trait DebugContext:
Send
+ Sync
+ Debug {
// Required method
fn label(&self) -> &str;
}Expand description
A renderable diagnostic artefact that can be attached to any
frame of a GeopError.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".