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

Method update

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

Source from the content-addressed store, hash-verified

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);
13 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected