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

Class Layer3Process

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

Source from the content-addressed store, hash-verified

128
129
130struct Layer3Process;
131#[async_trait]
132impl Processor<Message, ()> for Layer3Process {
133 async fn init(&mut self) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected