Expand description
Utilities for type erasure.
Structs§
- Type
Erased Box - Abstraction over
Box<dyn T + Send + Sync>
that providesDebug
and optionallyClone
. - Type
Erased Error - A new-type around
Box<dyn Error + Debug + Send + Sync>
that also implementsError