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_again0.2.2

Crate Items

  • Structs
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • AsyncNeedsDelayStrategy
  • NeedsDelayStrategy
  • RetryAsyncOptions
  • RetryOptions
  • delay::ExponentialBackoff
  • delay::Fixed
  • delay::None
  • delay_executor::ThreadSleep
  • delay_executor::TokioSleep

Traits

  • IntoStdDuration
  • NeedsRetry
  • delay_executor::AsyncDelayExecutor
  • delay_executor::DelayExecutor
  • delay_strategy::DelayStrategy

Functions

  • retry
  • retry_async
  • retry_async_with_options
  • retry_with_options

Type Aliases

  • StdDuration