pub type LookupLookupHostnameResult = Result<String, LookupError>;

Aliased Type§

enum LookupLookupHostnameResult {
    Ok(String),
    Err(LookupError),
}

Variants§

§1.0.0

Ok(String)

Contains the success value

§1.0.0

Err(LookupError)

Contains the error value