IoError

Type Alias IoError 

Source
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

Source§

fn should_retry(&self) -> bool

Check for timeout Read more