pub type DefaultSleeper = PleaseEnableAFeatureOrProvideACustomSleeper;Expand description
The default implementation of Sleeper when no features are enabled.
It will fail to compile if a containing Retry is .awaited without calling Retry::sleep to provide a valid sleeper.
Aliased Typeยง
pub struct DefaultSleeper;