pub type DadState = Result<AddressAssignmentState, AddressStateProviderError>;
Expand description

A result type that can be used to evaluate the outcome of Duplicate Address Detection (DAD).

Aliased Type§

enum DadState {
    Ok(AddressAssignmentState),
    Err(AddressStateProviderError),
}

Variants§

§1.0.0

Ok(AddressAssignmentState)

Contains the success value

§1.0.0

Err(AddressStateProviderError)

Contains the error value