pub async fn wait_for_reachability(
    event_stream: impl Stream<Item = Result<Event, Error>>
) -> Result<(), OperationError<(), HashMap<u64, PropertiesAndState<()>>>>
Expand description

Returns a future which resolves when any network interface observed through event_stream has properties which satisfy is_globally_routable.