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

Method new

examples/src/basic_app.rs:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10impl TestApp {
11 fn new() -> Self {
12 Self {
13 main_view: View::new()
14 }
15 }
16}
17
18impl Application for TestApp {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected