Docs.rs
eva-common-0.3.3
eva-common 0.3.3
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
divi255
yblokh
Dependencies
async-channel ^1.7.1
normal
async-recursion ^1.0.0
normal
axum ^0.6.12
normal
bmart ^0.2.6
normal
busrt ^0.4
normal
dateparser ^0.1.7
normal
hex ^0.4.3
normal
hyper ^0.14.18
normal
hyper-static ^0.1.5
normal
ipnetwork ^0.20.0
normal
lazy_static ^1.4.0
normal
libloading ^0.7.0
normal
log ^0.4.14
normal
nix ^0.25.0
normal
once_cell ^1.13.1
normal
openssl ^0.10.42
normal
ordered-float ^2.8.0
normal
rand ^0.8.5
normal
regex ^1.6.0
normal
rmp-serde ^1.1.0
normal
rust_decimal ^1.31.0
normal
serde ^1.0.143
normal
serde_json ^1.0.83
normal
serde_repr ^0.1.7
normal
serde_yaml ^0.8.26
normal
sqlx ^0.6
normal
submap ^0.2.3
normal
tokio ^1.20.1
normal
true ^0.1.0
normal
uuid ^1.1.2
normal
yedb ^0.4.11
normal
Versions
7.92%
of the crate is documented
Go to latest version
Platform
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
☰
HResult
Trait Implementations
HResultX
In eva_common::hyper_tools
?
Type Definition
eva_common
::
hyper_tools
::
HResult
source
·
[
−
]
pub type HResult =
Result
<
HContent
,
Error
>;
Trait Implementations
§
source
§
impl
HResultX
for
HResult
source
§
fn
into_hyper_response
(self) ->
Result
<
Response
<
Body
>,
Error
>