pub type IoError = Error;Expand description
An I/O specific error
Aliased Type§
pub struct IoError { /* private fields */ }Trait Implementations§
Source§impl ShouldRetry for IoError
impl ShouldRetry for IoError
Source§fn should_retry(&self) -> bool
fn should_retry(&self) -> bool
Check for timeout Read more