Trait aws_sdk_s3::config::AsyncSleep
source · [−]pub trait AsyncSleep: Debug + Send + Sync {
fn sleep(&self, duration: Duration) -> SleepⓘNotable traits for Sleepimpl Future for Sleep type Output = ();
;
}
Expand description
Async trait with a sleep
function.