pub trait Sealed { }Implementations on Foreign Types§
impl<'a, T> Sealed for &'a T
impl<T> Sealed for Box<T>
Available on crate feature
alloc only.impl<T> Sealed for Rc<T>
Available on crate feature
alloc only.impl<T> Sealed for Arc<T>
Available on crate feature
alloc only.