Docs.rs
opentelemetry-http-0.13.0
opentelemetry-http 0.13.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jtescher
cijothomas
github:open-telemetry:rust-publishers
Dependencies
async-trait ^0.1
normal
bytes ^1
normal
http ^1.1
normal
http-body-util ^0.1
normal
optional
hyper ^1.3
normal
optional
hyper-util ^0.1
normal
optional
opentelemetry ^0.24
normal
reqwest ^0.12
normal
optional
tokio ^1
normal
optional
Versions
75%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
opentelemetry_http
0.13.0
HttpError
Aliased type
In crate opentelemetry_http
Type Alias
opentelemetry_http
::
HttpError
Copy item path
source
·
[
−
]
pub type HttpError =
Box
<dyn
Error
+
Send
+
Sync
+ 'static>;
Aliased Type
§
struct HttpError(
/* private fields */
);