IsGlobalError

Trait IsGlobalError 

Source
pub trait IsGlobalError: IsGlobal + Error { }
Expand description

Shortcut for error types that must be thread-safe.

Implementors§