Expand description
Extensions for fuchsia.net.interfaces.admin.
Structs§
- Control
- A wrapper for fuchsia.net.interfaces.admin/Control that observes terminal events.
Enums§
- Address
State Provider Error - Error type when using a
fnet_interfaces_admin::AddressStateProviderProxy
. - Terminal
Error - Errors observed from wrapped terminal events.
Functions§
- assignment_
state_ stream - Returns a stream of assignment states obtained by watching on
address_state_provider
. - proof_
from_ grant - Convert
fnet_interfaces_admin::GrantForInterfaceAuthorization
tofnet_interfaces_admin::ProofOfInterfaceAuthorization
with fewer permissions. - wait_
assignment_ state - Wait until the Assigned state is observed on
stream
. - wait_
for_ address_ added_ event - Waits for the
OnAddressAdded
event to be received on the event stream.