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

Method style_mut

src/components/button.rs:70–72  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

68 }
69
70 fn style_mut(&mut self) -> &mut Style {
71 &mut self.style
72 }
73
74 fn style(&self) -> &Style {
75 &self.style

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected