pub trait Attachment:
OpaqueAttachment
+ Display
+ Debug { }Expand description
A trait for types that can be attached to a Report and displayed.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".