Expand description
Error types that can occur when dealing with SocketAddr
This module separates the error types from root module to avoid clutter.
Structs§
- Bind
Error - Error that can occur during binding of a socket
- Init
Error - Error returned when the library initialization fails.
- Parse
Error - Error that can occur during parsing of
SocketAddrfrom a string - Tokio
Conversion Error tokioortokio_0_2ortokio_0_3 - Error that can happen when converting Tokio socket.
Enums§
- Parse
OsStr Error - Error that can occur during parsing of
SocketAddrfrom aOsStr/OsString - Tokio
Bind Error tokioortokio_0_2ortokio_0_3 - Error that can happen when binding Tokio socket.