Docs.rs
  • tower-async-0.2.0
    • tower-async 0.2.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • GlenDC
    • Dependencies
      • futures-core ^0.3 normal optional
      • futures-util ^0.3 normal optional
      • tokio ^1.6 normal optional
      • tower-async-layer ^0.2 normal
      • tower-async-service ^0.2 normal
      • futures ^0.3 dev
      • http ^0.2 dev
      • pin-project-lite ^0.2 dev
      • quickcheck ^1 dev
      • tokio ^1.6 dev
      • tokio-stream ^0.1 dev
      • tokio-test ^0.4 dev
      • tracing ^0.1 dev
      • tracing-subscriber ^0.3 dev
    • Versions
    • 100% 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

tower_async0.2.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • ServiceBuilder
  • builder::ServiceBuilder
  • filter::AsyncFilter
  • filter::AsyncFilterLayer
  • filter::Filter
  • filter::FilterLayer
  • layer::LayerFn
  • layer::util::Identity
  • layer::util::Stack
  • limit::Limit
  • limit::LimitLayer
  • limit::policy::ConcurrentPolicy
  • limit::policy::LimitReached
  • make::AsService
  • make::IntoService
  • make::Shared
  • retry::Retry
  • retry::RetryLayer
  • retry::budget::tps_budget::TpsBudget
  • timeout::Timeout
  • timeout::TimeoutLayer
  • timeout::error::Elapsed
  • util::AndThen
  • util::AndThenLayer
  • util::MapErr
  • util::MapErrLayer
  • util::MapRequest
  • util::MapRequestLayer
  • util::MapResponse
  • util::MapResponseLayer
  • util::MapResult
  • util::MapResultLayer
  • util::ServiceFn
  • util::Then
  • util::ThenLayer
  • util::backoff::ExponentialBackoff
  • util::backoff::ExponentialBackoffMaker
  • util::rng::HasherRng

Enums

  • limit::policy::PolicyOutput
  • util::Either

Traits

  • Layer
  • MakeService
  • Service
  • ServiceExt
  • filter::AsyncPredicate
  • filter::Predicate
  • layer::Layer
  • limit::policy::Policy
  • make::MakeConnection
  • make::MakeService
  • retry::Policy
  • retry::budget::Budget
  • util::ServiceExt
  • util::backoff::Backoff
  • util::backoff::MakeBackoff
  • util::rng::Rng

Functions

  • layer::layer_fn
  • service_fn
  • util::option_layer
  • util::service_fn

Type Aliases

  • BoxError