1pub trait Error: std::error::Error + Send + Sync + 'static {} 2 3impl<T: std::error::Error + Send + Sync + 'static> Error for T {}