Docs.rs
fire-http-0.3.0
fire-http 0.3.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
soerenmeier
Dependencies
base64 ^0.13
normal
bytes ^1.0
normal
fire-http-codegen ^0.1
normal
futures-util ^0.3.5
normal
hyper ^0.14
normal
percent-encoding ^2.1
normal
rand ^0.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha-1 ^0.10
normal
tokio ^1.0
normal
tokio-tungstenite ^0.17
normal
tracing ^0.1
normal
fire-http-representation ^0.2
normal
hyper ^0.14
dev
tokio ^1.0
dev
tracing-subscriber ^0.3
dev
Versions
27.78%
of the crate is documented
Go to latest version
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
☰
IntoRouteResult
Required Methods
into_route_result
Implementations on Foreign Types
Option<R>
Result<R, E>
Implementors
In fire_http::into
?
Trait
fire_http
::
into
::
IntoRouteResult
source
·
[
−
]
pub trait IntoRouteResult { fn
into_route_result
(self) ->
Result
<
Response
>; }
Required Methods
source
fn
into_route_result
(self) ->
Result
<
Response
>
Implementations on Foreign Types
source
impl<R, E>
IntoRouteResult
for
Result
<R, E>
where
R:
IntoResponse
,
E:
Into
<
Error
>,
source
fn
into_route_result
(self) ->
Result
<
Response
>
source
impl<R>
IntoRouteResult
for
Option
<R>
where
R:
IntoResponse
,
source
fn
into_route_result
(self) ->
Result
<
Response
>
Implementors
source
impl<R>
IntoRouteResult
for R
where
R:
IntoResponse
,