pub async fn wait_for_connection_established<F: PeerPredicate>(
driver: &mut Driver<'_>,
duration: Duration,
f: F,
) -> Result<bool>Expand description
Runst the cluster until the node is connected to the node that satisfies the predicate.