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

Class View

src/components/view.rs:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6use super::Component;
7
8pub struct View {
9 children: Vec<Box<dyn Component>>,
10 style: Style,
11 layout: Layout,
12 bounds: Rect,
13}
14
15impl View {
16 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected