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

Method init

examples/complex(2 layer).rs:71–71  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

69impl Producer<usize> for Prod {
70
71 async fn init(&mut self) {}
72 async fn terminate(&mut self) {}
73
74 async fn drain(&mut self, _buffer: VecDeque<usize>) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected