Expand description
Utilities for type erasure.
Structsยง
- Abstraction over
Box<dyn T + Send + Sync>
that providesDebug
and optionallyClone
. - A new-type around
Box<dyn Error + Debug + Send + Sync>
that also implementsError
Utilities for type erasure.
Box<dyn T + Send + Sync>
that provides Debug
and optionally Clone
.Box<dyn Error + Debug + Send + Sync>
that also implements Error