Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
use std::time::Duration;
3
4
struct AnimatedApp {
5
view: View,
6
}
7
8
impl Application for AnimatedApp {
9
fn init(&mut self) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected