Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.rs
src/components/button.rs
stack.rs
src/components/stack.rs
view.rs
src/components/view.rs
input.rs
src/components/input.rs
text.rs
src/components/text.rs
Calls
no outgoing calls
Tested by
no test coverage detected