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

Class StyledApp

examples/src/styled_app.rs:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6};
7
8struct StyledApp {
9 view: View,
10}
11
12impl Application for StyledApp {
13 fn init(&mut self) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected