Skip to main content

SealShouldNotBeUsed

Trait SealShouldNotBeUsed 

Source
pub trait SealShouldNotBeUsed { }
Expand description

Used to seal ShouldNotBeUsed

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl SealShouldNotBeUsed for BTreeSet<Duration>

Source§

impl SealShouldNotBeUsed for HashSet<Duration>

Source§

impl SealShouldNotBeUsed for Option<Duration>

Source§

impl SealShouldNotBeUsed for Option<Option<Duration>>

Source§

impl SealShouldNotBeUsed for Vec<Duration>

Source§

impl<K> SealShouldNotBeUsed for BTreeMap<K, Duration>

Source§

impl<K> SealShouldNotBeUsed for HashMap<K, Duration>

Implementors§