configuration_stream

Function 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.