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.
pub fn configuration_stream(
client: ClientProxy,
) -> impl Stream<Item = Result<Configuration, Error>>
Produces a stream of acquired DHCP configuration by executing the hanging get on the provided DHCP client proxy.