MCPcopy 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)]
15pub struct AddMsgService<S> {
16 service: S,
17 enabled: bool,
18}
19
20impl<S, B> Service<ServiceRequest> for AddMsgService<S>
21where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected