MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / init

Method init

examples/src/counter.rs:18–18  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

16
17impl Application for CounterApp {
18 fn init(&mut self) {}
19 fn update(&mut self) {}
20 fn render(&self, renderer: &mut Renderer) {
21 self.view.render(renderer);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected