pub trait OpaqueAttachment: Send + Sync + 'static { }
A trait for types that can be attached to a Report without being displayed.
Report