Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/tokio_sky
/ Layer1Process
Class
Layer1Process
examples/complex(3 layer).rs:97–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
96
97
struct Layer1Process;
98
#[async_trait]
99
impl Processor<usize, String> for Layer1Process {
100
async fn init(&mut self) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected