pub type ErrorPtr = Arc<dyn Error + Send + Sync>;

Aliased Type§

struct ErrorPtr { /* private fields */ }