Skip to main content

Sealed

Trait Sealed 

Source
pub trait Sealed { }
Expand description

Sealed

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl Sealed for dyn StdError + 'static

Source§

impl Sealed for dyn StdError + Send + Sync

Implementors§

Source§

impl<E: StdError + Sized + 'static> Sealed for E