pub type LookupLookupIpResult = Result<LookupResult, LookupError>;
Aliased Type§
pub enum LookupLookupIpResult {
Ok(LookupResult),
Err(LookupError),
}
pub type LookupLookupIpResult = Result<LookupResult, LookupError>;
pub enum LookupLookupIpResult {
Ok(LookupResult),
Err(LookupError),
}