Skip to main content

Sealed

Trait Sealed 

Source
pub trait Sealed { }
Expand description

hidden trait to seal the ClientConnectionError trait.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<E> Sealed for E
where E: Error + HasKind + DynClone + Send + Sync,