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

Method style

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

Source from the content-addressed store, hash-verified

38 }
39
40 pub fn style(&self) -> &Style {
41 &self.style
42 }
43
44 pub fn style_mut(&mut self) -> &mut Style {
45 &mut self.style

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected