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

Method style_name

src/components/mod.rs:21–23  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

19 fn style_mut(&mut self) -> &mut Style;
20 fn style(&self) -> &Style;
21 fn style_name(&self) -> &str {
22 "default"
23 }
24}

Callers

nothing calls this directly

Implementers 5

button.rssrc/components/button.rs
stack.rssrc/components/stack.rs
view.rssrc/components/view.rs
input.rssrc/components/input.rs
text.rssrc/components/text.rs

Calls

no outgoing calls

Tested by

no test coverage detected