Module service
axum_
server
0.7.2
Module service
Module Items
Traits
In crate axum_
server
Modules
accept
service
tls_rustls
Structs
Handle
Server
Functions
bind
bind_rustls
from_tcp
from_tcp_rustls
axum_server
Module
service
Copy item path
Settings
Help
Summary
Source
Expand description
Service traits.
Traits
§
Make
Service
Modified version of
MakeService
that takes a
&Target
and has required trait bounds for
serve
.
Send
Service
Trait alias for
Service
with bounds required for
serve
.