pub type GenericError = Box<dyn Error + Send + Sync>;
A generic error type that implements Error.
Error
struct GenericError(/* private fields */);