Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustixir/tokio_sky
/ Layer1Process
Class
Layer1Process
examples/collector.rs:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
70
struct Layer1Process;
71
#[async_trait]
72
impl Processor<i32, ()> for Layer1Process {
73
async fn init(&mut self) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected