pub trait AnyError: 'static + Error + Send + Sync { }
Expand description

A type that implements Error and is threadsafe.

Implementors