pub type Error = Box<dyn StdError + Send + Sync>;
A generic, boxed error that’s Send and Sync
Send
Sync
struct Error(/* private fields */);