pub fn io_error_kind_from_source(error: &(dyn Error + 'static)) -> ErrorKindAvailable on crate feature
cloud only.Expand description
The kind of the innermost io::Error in the source chain of error,
falling back to the kind of the innermost HttpError, or Other.