Docs.rs
graph-http-3.0.0
graph-http 3.0.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
sreeise
Dependencies
async-stream ^0.3
normal
async-trait ^0.1.35
normal
bytes ^1.4.0
normal
futures ^0.3.28
normal
futures-util ^0.3.30
normal
graph-core ^3.0.0
normal
graph-error ^1.0.0
normal
handlebars ^2.0.4
normal
http ^1
normal
percent-encoding ^2
normal
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
serde_urlencoded ^0.7.1
normal
thiserror ^1
normal
tokio ^1.27.0
normal
tower ^0.4.13
normal
url ^2
normal
Versions
32.67%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
graph_
http
3.0.0
BodyExt
Required Methods
into_body
Implementations on Foreign Types
&U
Body
Body
File
File
Implementors
In graph_
http::
traits
graph_http
::
traits
Trait
BodyExt
Copy item path
Source
pub trait BodyExt<RHS = Self> { // Required method fn
into_body
(self) ->
GraphResult
<
BodyRead
>; }
Required Methods
§
Source
fn
into_body
(self) ->
GraphResult
<
BodyRead
>
Implementations on Foreign Types
§
Source
§
impl
BodyExt
for
File
Source
§
fn
into_body
(self) ->
GraphResult
<
BodyRead
>
Source
§
impl
BodyExt
for
Body
Source
§
fn
into_body
(self) ->
GraphResult
<
BodyRead
>
Source
§
impl
BodyExt
for
Body
Source
§
fn
into_body
(self) ->
GraphResult
<
BodyRead
>
Source
§
impl
BodyExt
for
File
Source
§
fn
into_body
(self) ->
GraphResult
<
BodyRead
>
Source
§
impl<U>
BodyExt
for
&U
where U:
Serialize
,
Source
§
fn
into_body
(self) ->
GraphResult
<
BodyRead
>
Implementors
§
Source
§
impl
BodyExt
for &
FileConfig
Source
§
impl
BodyExt
for
BodyRead