pub trait IpApi {
// Required methods
fn get_api_key(&self) -> &Option<String>;
fn get_rate_limiter(&self) -> &Option<DefaultDirectRateLimiter>;
}
Expand description
The main client for the ip-api.com API.
pub trait IpApi {
// Required methods
fn get_api_key(&self) -> &Option<String>;
fn get_rate_limiter(&self) -> &Option<DefaultDirectRateLimiter>;
}
The main client for the ip-api.com API.