Docs.rs
tsukuyomi-0.5.3
tsukuyomi 0.5.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ubnt-intrepid
Dependencies
bytes ^0.4
normal
cookie ^0.11
normal
either ^1.5
normal
failure ^0.1.2
normal
filetime ^0.2
normal
futures ^0.1
normal
http ^0.1
normal
hyper ^0.12
normal
indexmap ^1
normal
lazy_static ^1
normal
log ^0.4
normal
mime ^0.3
normal
mime_guess ^2.0.0-alpha.6
normal
serde ^1
normal
serde_json ^1
normal
serde_plain ^0.3
normal
serde_urlencoded ^0.5
normal
time ^0.1
normal
tokio-io ^0.1
normal
tokio-threadpool ^0.1
normal
tsukuyomi-macros ^0.5.2
normal
tsukuyomi-service ^0.1.0
normal
url ^1.7.1
normal
uuid ^0.7.1
normal
matches ^0.1
dev
tsukuyomi-server ^0.2.0
dev
version-sync ^0.6
dev
Versions
57.87%
of the crate is documented
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
error_response
tsukuyomi
0.5.3
In tsukuyomi::
error
tsukuyomi
::
error
Function
error_
response
Copy item path
Source
pub fn error_response<D>(response:
Response
<D>) ->
Error
where D:
Debug
+
Display
+
Send
+ 'static,