pub fn error_request_copy<T>(err: &(impl Error + ?Sized)) -> Option<T>where T: Copy + 'static,
Request a copiable value from the error, trying both request_value and request_ref.
request_value
request_ref