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

Method init

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

Source from the content-addressed store, hash-verified

7
8impl Application for AnimatedApp {
9 fn init(&mut self) {}
10 fn update(&mut self) {}
11 fn render(&self, renderer: &mut Renderer) {
12 self.view.render(renderer);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected