Docs.rs
tower-async-0.1.1
tower-async 0.1.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
GlenDC
Dependencies
futures-core ^0.3
normal
futures-util ^0.3
normal
tokio ^1.6
normal
tower-async-layer ^0.1
normal
tower-async-service ^0.1
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
Go to latest version
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
BoxError
In tower_async
?
Type Alias
tower_async
::
BoxError
source
·
[
−
]
pub type BoxError =
Box
<dyn
Error
+
Send
+
Sync
>;
Expand description
Alias for a type-erased error type.