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

Method bounds

src/components/view.rs:81–83  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

79 }
80
81 fn bounds(&self) -> Rect {
82 self.bounds.clone()
83 }
84
85 fn apply_style(&mut self, style: Style) {
86 self.style = style;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected