Function get_async_request

Source
pub fn get_async_request<T>(
    query: &String,
    client: &impl AsyncIpApi,
) -> RequestBuilder
Expand description

Builds the async request for a custom response. The given struct must implement DeserializeOwned.

§Arguments

  • query - The IP address to query for.
  • client - The AsyncIpApi to use for the request.

§Returns

A RequestBuilder for the request.