google_cloud_bigquery::query

Type Alias DefaultBlockingSleeper

Source
pub type DefaultBlockingSleeper = 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ยง

struct DefaultBlockingSleeper;