pub trait AnyError: Error + Send + Sync + 'static { }
A type that implements Error and is threadsafe.
Error