pub async fn add_address_wait_assigned(
control: &Control,
address: Subnet,
address_parameters: AddressParameters,
) -> Result<AddressStateProviderProxy, AddressStateProviderError>
Expand description
Add an address, returning once the assignment state is Assigned
.