Docs.rs
axum-resp-result-0.7.1
axum-resp-result 0.7.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
Goodjooy
Dependencies
axum ^0.7
normal
axum-resp-result-macro ^0.7.1
normal
futures ^0.3
normal
http ^1
normal
mime ^0.3
normal
once_cell ^1
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1.0.37
normal
tracing ^0.1.37
normal
optional
tracing-unwrap ^0.10.0
normal
optional
serde_json ^1
dev
simple-log ^1.6.0
dev
thiserror ^1.0.37
dev
tokio ^1
dev
tower ^0.4.13
dev
tower-http ^0.5
dev
tracing-subscriber ^0.3.16
dev
Versions
62.32%
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
axum_
resp_
result
0.7.1
ToInner
Required Associated Types
Inner
Required Methods
to_inner
Implementations on Foreign Types
Extension<T>
Form<T>
Json<T>
Path<T>
Query<T>
State<T>
Implementors
In crate axum_
resp_
result
axum_resp_result
Trait
ToInner
Copy item path
Source
pub trait ToInner { type
Inner
; // Required method fn
to_inner
(self) -> Self::
Inner
; }
Required Associated Types
§
Source
type
Inner
Required Methods
§
Source
fn
to_inner
(self) -> Self::
Inner
Implementations on Foreign Types
§
Source
§
impl<T>
ToInner
for
Extension
<T>
Source
§
type
Inner
= T
Source
§
fn
to_inner
(self) -> Self::
Inner
Source
§
impl<T>
ToInner
for
Path
<T>
Source
§
type
Inner
= T
Source
§
fn
to_inner
(self) -> Self::
Inner
Source
§
impl<T>
ToInner
for
Query
<T>
Source
§
type
Inner
= T
Source
§
fn
to_inner
(self) -> Self::
Inner
Source
§
impl<T>
ToInner
for
State
<T>
Source
§
type
Inner
= T
Source
§
fn
to_inner
(self) -> Self::
Inner
Source
§
impl<T>
ToInner
for
Form
<T>
Source
§
type
Inner
= T
Source
§
fn
to_inner
(self) -> Self::
Inner
Source
§
impl<T>
ToInner
for
Json
<T>
Source
§
type
Inner
= T
Source
§
fn
to_inner
(self) -> Self::
Inner
Implementors
§