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

Class Layer1Process

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

Source from the content-addressed store, hash-verified

85
86
87struct Layer1Process;
88#[async_trait]
89impl Processor<usize, String> for Layer1Process {
90 async fn init(&mut self) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected