Docs.rs
aws-smithy-http-server-0.28.0-alpha
aws-smithy-http-server 0.28.0-alpha
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
github:awslabs:smithy-rs-server
aws-sdk-rust-ci
Dependencies
async-trait ^0.1
normal
aws-smithy-http ^0.28.0-alpha
normal
aws-smithy-json ^0.28.0-alpha
normal
aws-smithy-types ^0.28.0-alpha
normal
axum ^0.3
normal
bytes ^1.1
normal
futures-util ^0.3
normal
http ^0.2
normal
http-body ^0.4
normal
hyper ^0.14
normal
mime ^0.3
normal
pin-project ^1.0
normal
regex ^1.0
normal
serde_urlencoded ^0.7
normal
thiserror ^1
normal
tokio ^1.0
normal
tower ^0.4
normal
tower-http ^0.1
normal
pretty_assertions ^1
dev
Versions
81.48%
of the crate is documented
Go to latest stable release
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
☰
Type Definition BoxError
Other items in
aws_smithy_http_server
?
Type Definition
aws_smithy_http_server
::
BoxError
[
−
]
[src]
pub type BoxError =
Box
<dyn
Error
+
Send
+
Sync
>;
Expand description
Alias for a type-erased error type.