[][src]Type Definition adventure::retry::RetryingTokio

type RetryingTokio<R, B = ExponentialBackoff, F = ()> = Retrying<R, TokioTimer, B, F>;