Skip to main content

SoundnessTagged

Trait SoundnessTagged 

Source
pub trait SoundnessTagged {
    // Required method
    fn soundness(&self) -> Soundness;
}
Expand description

Trait for types that carry a soundness marker.

Required Methods§

Source

fn soundness(&self) -> Soundness

Return the soundness regime of this primitive.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§