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.

Implementors§

Source§

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