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

Method bounds

src/components/text.rs:37–39  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

35 fn handle_event(&mut self, _event: Event) {}
36
37 fn bounds(&self) -> Rect {
38 self.bounds.clone()
39 }
40
41 fn apply_style(&mut self, style: Style) {
42 self.style = style;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected