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

Method style_name

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

Source from the content-addressed store, hash-verified

64 }
65
66 fn style_name(&self) -> &str {
67 "button"
68 }
69
70 fn style_mut(&mut self) -> &mut Style {
71 &mut self.style

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected