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

Class Layer1Process

examples/dynamic_batching.rs:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108
109struct Layer1Process;
110#[async_trait]
111impl Processor<Product, Product> for Layer1Process {
112 async fn init(&mut self) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected