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§
Ok(AddressAssignmentState)
Contains the success value
Err(AddressStateProviderError)
Contains the error value