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

Method init

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

Source from the content-addressed store, hash-verified

11
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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected