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

Method style_mut

src/components/view.rs:44–46  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

42 }
43
44 pub fn style_mut(&mut self) -> &mut Style {
45 &mut self.style
46 }
47}
48
49impl Component for View {

Callers 4

rebuild_uiMethod · 0.45
build_todo_listMethod · 0.45
rebuild_uiMethod · 0.45
build_todo_listMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected