type SourceError = Arc<dyn Error + Send + Sync + 'static>;
The source of a Bug
struct SourceError { /* private fields */ }