[][src]Crate async_ip

An asynchronous client used to obtain one's global Ipv6 or Ipv4 address

Enums

IpRetrieveError

The default error type for this crate

Functions

get_ip

Asynchronously gets the IP address of this node. If prefer_ipv6 is true, then the client will attempt to get the IP address; however, if the client is using an IPv4 address, that will be returned instead.