Expand description

Utilities for type erasure.

Structs

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