Docs.rs
tihu-native-0.1.16
tihu-native 0.1.16
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
omega-pw
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
bytes ^1
normal
futures ^0.3
normal
headers ^0.4.0
normal
http ^1
normal
http-body-util ^0.1
normal
hyper ^1
normal
pin-project ^1
normal
quick-xml ^0.37
normal
serde_json ^1
normal
sync_wrapper ^1
normal
thiserror ^2
normal
tihu ^0.1.8
normal
Versions
8.22%
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
BoxBody
tihu_
native
0.1.16
BoxBody
Aliased Type
Trait Implementations
From<Body>
In tihu_
native::
http
tihu_native
::
http
Type Alias
BoxBody
Copy item path
Source
pub type BoxBody =
BoxBody
<
Bytes
,
Error
>;
Aliased Type
§
pub struct BoxBody {
/* private fields */
}
Trait Implementations
§
Source
§
impl
From
<
Body
> for
BoxBody
Source
§
fn
from
(body:
Body
) -> Self
Converts to this type from the input type.