Docs.rs
hrpc-0.33.15
hrpc 0.33.15
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
yusdacra
Dependencies
axum-server ^0.3
normal
base64 ^0.13
normal
bytes ^1.0
normal
futures-channel ^0.3
normal
futures-util ^0.3
normal
hrpc-proc-macro ^0.33.0
normal
http ^0.2
normal
http-body ^0.4
normal
hyper ^0.14
normal
hyper-rustls ^0.23
normal
js-sys ^0.3
normal
matchit ^0.4
normal
pin-project-lite ^0.2
normal
prost ^0.9
normal
reqwasm ^0.4
normal
sha-1 ^0.10
normal
tokio ^1
normal
tokio-tungstenite ^0.16
normal
tower ^0.4
normal
tracing ^0.1
normal
wasm-bindgen ^0.2
normal
wasm-streams ^0.2
normal
ws_stream_wasm ^0.7
normal
hrpc-build ^0.33.0
build
prost-build ^0.9
build
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
hrpc
?
Type Definition
hrpc
::
BoxError
[
−
]
[src]
pub type BoxError =
Box
<dyn
Error
+
Send
+
Sync
>;
Expand description
Alias for a type-erased error type.