Trait aws_smithy_async::rt::sleep::AsyncSleep
source · pub trait AsyncSleep: Debug + Send + Sync {
// Required method
fn sleep(&self, duration: Duration) -> Sleep ⓘ;
}
Expand description
Async trait with a sleep
function.