pub type GenericError = Box<dyn Error + Send + Sync>;
Expand description

A generic error type that implements Error.