Type Alias AddressLookupLookupResult

Source
pub type AddressLookupLookupResult = Result<Address, LookupError>;

Aliased Type§

pub enum AddressLookupLookupResult {
    Ok(Address),
    Err(LookupError),
}

Variants§

§1.0.0

Ok(Address)

Contains the success value

§1.0.0

Err(LookupError)

Contains the error value