Docs.rs
axum-codec-0.0.14
axum-codec 0.0.14
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
matteopolak
Dependencies
aide ^0.13
normal
optional
axum ^0.7
normal
axum-codec-macros ^0.0.10
normal
bincode ^2.0.0-rc.3
normal
optional
bitcode ^0.6.3
normal
optional
ciborium ^0.2
normal
optional
mime ^0.3
normal
rmp-serde ^1
normal
optional
schemars ^0.8
normal
optional
serde ^1
normal
optional
serde_json ^1
normal
optional
serde_yaml ^0.9
normal
optional
thiserror ^1
normal
toml ^0.8
normal
optional
validator ^0.18
normal
optional
axum ^0.7
dev
bitcode ^0.6
dev
serde ^1
dev
tokio ^1
dev
Versions
66.15%
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
axum_
codec
0.0.14
Input
Object Safety
Implementors
In axum_
codec::
handler
axum_codec
::
handler
Trait
Input
Copy item path
source
pub trait Input:
OperationInput
{ }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T>
Input
for T
where T:
OperationInput
,