Module aws_smithy_types::type_erasure
source · 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