Docs.rs
tower-fallback-0.2.41
tower-fallback 0.2.41
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
github:zcashfoundation:owners
conradoplg
oxarbitrage
Dependencies
futures-core ^0.3.31
normal
pin-project ^1.1.10
normal
tower ^0.4.13
normal
tracing ^0.1.41
normal
tokio ^1.44
dev
zebra-test ^1.0.0
dev
Versions
100%
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
Module future
tower_
fallback
0.2.41
Module future
Module Items
Structs
In crate tower_
fallback
tower_fallback
Module
future
Copy item path
Source
Expand description
Future types for the
Fallback
middleware.
Structs
§
Response
Future
Future that completes either with the first service’s successful response, or with the second service’s response.