Skip to main content

Sealed

Trait Sealed 

Source
pub trait Sealed { }
🔬This is a nightly-only experimental API. (get_disjoint_mut_helpers)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl Sealed for usize

Source§

impl Sealed for core::ops::range::Range<usize>

Source§

impl Sealed for core::ops::range::RangeInclusive<usize>

Source§

impl Sealed for core::range::Range<usize>

Source§

impl Sealed for core::range::RangeInclusive<usize>