trait Error = Error + Send + Sync + 'static;
An error type that is Send, Sync, and 'static.
Send
Sync
'static