Docs.rs
typeway-server-0.1.0
typeway-server 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
joshburgess
Dependencies
axum ^0.8
normal
optional
base64 ^0.22
normal
optional
bytes ^1
normal
futures ^0.3
normal
http ^1
normal
http-body ^1
normal
http-body-util ^0.1
normal
hyper ^1
normal
hyper-util ^0.1
normal
indexmap ^2
normal
matchit ^0.8
normal
multer ^3
normal
optional
parking_lot ^0.12
normal
pin-project-lite ^0.2
normal
rustls-pemfile ^2
normal
optional
serde ^1
normal
serde_json ^1
normal
serde_urlencoded ^0.7
normal
sha1_smol ^1
normal
optional
smallvec ^1
normal
tokio ^1
normal
tokio-rustls ^0.26
normal
optional
tokio-tungstenite ^0.26
normal
optional
tower ^0.5
normal
tower-http ^0.6
normal
tower-layer ^0.3
normal
tower-service ^0.3
normal
tracing ^0.1
normal
typeway-core ^0.1.0
normal
typeway-grpc ^0.1.0
normal
optional
typeway-openapi ^0.1.0
normal
optional
typeway-protobuf ^0.1.0
normal
optional
uuid ^1
normal
axum ^0.8
dev
proptest ^1
dev
reqwest ^0.12
dev
serde_json ^1
dev
tokio ^1
dev
Versions
92.77%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
HasReqType
typeway_
server
0.1.0
HasReq
Type
Required Associated Types
Req
Implementations on Foreign Types
Endpoint<M, P, Req, Res, Q, Err>
Implementors
In typeway_
server::
typed_
bind
typeway_server
::
typed_bind
Trait
HasReq
Type
Copy item path
Source
pub trait HasReqType { type
Req
; }
Expand description
Helper trait to extract the Req type from an endpoint.
Required Associated Types
§
Source
type
Req
Implementations on Foreign Types
§
Source
§
impl<M:
HttpMethod
, P:
PathSpec
, Req, Res, Q, Err>
HasReqType
for
Endpoint
<M, P, Req, Res, Q, Err>
Source
§
type
Req
= Req
Implementors
§