RetryVoidFunc
Description:
public delegate Result<
bool,
Error>
RetryVoidFunc ()
Callback invoked by retry loop with Result-style failure contract.
Returning Result.error is treated as a retryable failure unless predicate configured by withRetryOn() rejects it.