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

Method init

example/basic_app.rs:113–113  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

111
112impl Application for TodoApp {
113 fn init(&mut self) {}
114
115 fn update(&mut self) {
116 // For now, just handle window close events

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected