pub type LookupLookupIpResult = Result<LookupResult, LookupError>;

Aliased Type§

enum LookupLookupIpResult {
    Ok(LookupResult),
    Err(LookupError),
}

Variants§

§1.0.0

Ok(LookupResult)

Contains the success value

§1.0.0

Err(LookupError)

Contains the error value