pub trait ErrorSource: Error { // Required method fn as_error_source(&self) -> &(dyn Error + 'static); }