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
From
Request
Family
Required Associated Types
Payload
Implementors
In crate axum_
resp_
result
axum_resp_result
Trait
FromRequestFamily
Copy item path
Source
pub trait FromRequestFamily<E> { type
Payload
:
ToInner
; }
Required Associated Types
§
Source
type
Payload
:
ToInner
Implementors
§
Source
§
impl<E, F>
FromRequestFamily
<E> for F
where F:
ToInner
,
Source
§
type
Payload
= F