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

Class WebWindow

src/window.rs:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31#[derive(Clone)]
32struct WebWindow {
33 container_id: String,
34}
35
36#[derive(Clone, Default)]
37pub struct SafeArea {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected