1 2 3
pub type IoError = std::io::Error; pub type IoErrorKind = std::io::ErrorKind; pub type IoResult<T> = std::io::Result<T>;