Module one_err::io_error[][src]

Expand description

Constants for working with std::io::ErrorKind str_kind().

Constants

The const str ‘AddrInUse’.

The const str ‘AddrNotAvailable’.

The const str ‘AlreadyExists’.

The const str ‘BrokenPipe’.

The const str ‘ConnectionAborted’.

The const str ‘ConnectionRefused’.

The const str ‘ConnectionReset’.

The const str ‘Interrupted’.

The const str ‘InvalidData’.

The const str ‘InavlidInput’.

The const str ‘NotConnected’.

The const str ‘NotFound’.

The const str ‘Other’.

The const str ‘OutOfMemory’.

The const str ‘PermissionDenied’.

The const str ‘TimedOut’.

The const str ‘UnexpectedEof’.

The const str ‘Unsupported’.

The const str ‘WouldBlock’.

The const str ‘WriteZero’.