Docs.rs
try-again-0.2.2
try-again 0.2.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
lpotthast
Dependencies
tokio ^1
normal
optional
tracing ^0.1
normal
assertr ^0.3.1
dev
tokio ^1
dev
Versions
4.88%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
DelayExecutor
try_
again
0.2.2
Delay
Executor
Required Methods
delay_by
Implementors
In try_
again::
delay_
executor
try_again
::
delay_executor
Trait
Delay
Executor
Copy item path
Source
pub trait DelayExecutor<Delay>:
Debug
{ // Required method fn
delay_by
(&self, by: Delay); }
Required Methods
§
Source
fn
delay_by
(&self, by: Delay)
Implementors
§
Source
§
impl<Delay:
Into
<
StdDuration
>>
DelayExecutor
<Delay> for
ThreadSleep