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

Method init

examples/collector.rs:73–73  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

71#[async_trait]
72impl Processor<i32, ()> for Layer1Process {
73 async fn init(&mut self) {}
74 async fn terminate(&mut self) {}
75
76 async fn handle_message(&mut self, msg: i32) -> ProcResult<()> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected