MCPcopy Create free account
hub / github.com/Rustixir/tokio_sky / Layer2Process

Class Layer2Process

examples/complex(3 layer).rs:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113struct Message(String);
114
115struct Layer2Process;
116#[async_trait]
117impl Processor<String, Message> for Layer2Process {
118 async fn init(&mut self) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected