Modules§
Macros§
- doit_
retry - Convenience macro to wrap a
.doit().awaitcall with retry logic. The expression must be a builder chain ending before.doit(). It is re-evaluated on each retry, so it must not consume owned values that aren’t recreated (use.clone()for owned parameters).