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

Class AnimatedApp

examples/src/animated_app.rs:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2use std::time::Duration;
3
4struct AnimatedApp {
5 view: View,
6}
7
8impl Application for AnimatedApp {
9 fn init(&mut self) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected