Function ipify_client::get_ip[][src]

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.