pub trait SoundnessTagged {
// Required method
fn soundness(&self) -> Soundness;
}Expand description
Trait for types that carry a soundness marker.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".