Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actix/examples
/ AddMsgService
Class
AddMsgService
middleware/request-extensions/src/add_msg.rs:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
#[doc(hidden)]
15
pub struct AddMsgService<S> {
16
service: S,
17
enabled: bool,
18
}
19
20
impl<S, B> Service<ServiceRequest> for AddMsgService<S>
21
where
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected