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