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

Method update

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

Source from the content-addressed store, hash-verified

12impl Application for StyledApp {
13 fn init(&mut self) {}
14 fn update(&mut self) {}
15 fn render(&self, renderer: &mut Renderer) {
16 self.view.render(renderer);
17 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected