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

Method bounds

src/components/button.rs:58–60  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

56 }
57
58 fn bounds(&self) -> Rect {
59 self.bounds.clone()
60 }
61
62 fn apply_style(&mut self, style: Style) {
63 self.style = style;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected