Skip to main content

OpaqueAttachment

Trait OpaqueAttachment 

Source
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".

Implementors§

Source§

impl<T: Send + Sync + 'static> OpaqueAttachment for T