Type Alias ErrorPtr

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

Aliased Typeยง

struct ErrorPtr { /* private fields */ }