Module error

Module error 

Source
Expand description

Error types that can occur when dealing with SocketAddr

This module separates the error types from root module to avoid clutter.

Structs§

BindError
Error that can occur during binding of a socket
InitError
Error returned when the library initialization fails.
ParseError
Error that can occur during parsing of SocketAddr from a string
TokioConversionErrortokio or tokio_0_2 or tokio_0_3
Error that can happen when converting Tokio socket.

Enums§

ParseOsStrError
Error that can occur during parsing of SocketAddr from a OsStr/OsString
TokioBindErrortokio or tokio_0_2 or tokio_0_3
Error that can happen when binding Tokio socket.