Function fidl_fuchsia_net_dhcp_ext::configuration_stream

source ยท
pub fn configuration_stream(
    client: ClientProxy,
) -> impl Stream<Item = Result<Configuration, Error>>
Expand description

Produces a stream of acquired DHCP configuration by executing the hanging get on the provided DHCP client proxy.