Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
struct Message(String);
114
115
struct Layer2Process;
116
#[async_trait]
117
impl 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