pub trait NotObjectSafe { }
Expand description

“Marker” (super-)trait used to opt-out of object safety.

Implementors