Skip to main content

io_error_kind_from_source

Function io_error_kind_from_source 

Source
pub fn io_error_kind_from_source(error: &(dyn Error + 'static)) -> ErrorKind
Available 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.