pub fn get_ip() -> impl Future<Item = IP, Error = IpifyError>Expand description
Resolves the IP address of the local machine by calling out to ipify.org.
Returns a future which resolves to this machine’s IP address.
pub fn get_ip() -> impl Future<Item = IP, Error = IpifyError>Resolves the IP address of the local machine by calling out to ipify.org.
Returns a future which resolves to this machine’s IP address.