Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ ResponsiveApp
Class
ResponsiveApp
examples/src/responsive_app.rs:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
struct ResponsiveApp {
16
view: View,
17
}
18
19
impl Application for ResponsiveApp {
20
fn init(&mut self) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected