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

Method update

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

Source from the content-addressed store, hash-verified

19impl Application for ResponsiveApp {
20 fn init(&mut self) {}
21 fn update(&mut self) {}
22 fn render(&self, renderer: &mut Renderer) {
23 self.view.render(renderer);
24 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected