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
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
try_
again
0.2.2
Delay
Executor
Required Methods
delay_by
Implementors
In try_
again::
delay_
executor
try_again
::
delay_executor
Trait
DelayExecutor
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