pub fn eventually_with<F, Fut>( timeout: Duration, backoff: Backoff, probe: F, ) -> impl Future<Output = Result<(), TestError>>where F: FnMut() -> Fut + RuntimeAvailable, Fut: Future<Output = bool>,
eventually with an explicit Backoff schedule instead of the default.
eventually
Backoff