Module type_erasure

Source
Expand description

Utilities for type erasure.

Structs§

TypeErasedBox
Abstraction over Box<dyn T + Send + Sync> that provides Debug and optionally Clone.
TypeErasedError
A new-type around Box<dyn Error + Debug + Send + Sync> that also implements Error