Module resolvable

Module resolvable 

Source

Structs§

ResolvableAddressParseError
Reason why a candidate string could not be parsed as a ResolvableSocketAddr. Each field is the failure reason for one of the three forms we attempt, in order: bracketed/literal IP socket, unix domain socket path, and host:port.

Enums§

HostnamePortParseError
ResolvableSocketAddr
An address that can be resolved to one or more concrete socket addresses.