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

Class Layer2Process

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

Source from the content-addressed store, hash-verified

100
101
102struct Layer2Process;
103#[async_trait]
104impl Processor<String, ()> for Layer2Process {
105 async fn init(&mut self) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected