pub fn eventually_blocking_with<F>( timeout: Duration, backoff: Backoff, probe: F, ) -> Result<(), TestError>where F: FnMut() -> bool,
eventually_blocking with an explicit Backoff schedule instead of the default.
eventually_blocking
Backoff