Enum google_apis_common::Retry
source · pub enum Retry {
Abort,
After(Duration),
}Variants§
Abort
Signal you don’t want to retry
After(Duration)
Signals you want to retry after the given duration
pub enum Retry {
Abort,
After(Duration),
}Signal you don’t want to retry
Signals you want to retry after the given duration