Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ apply_style
Method
apply_style
src/components/text.rs:41–43 ·
view source on GitHub ↗
(&mut self, style: Style)
Source
from the content-addressed store, hash-verified
39
}
40
41
fn apply_style(&mut self, style: Style) {
42
self.style = style;
43
}
44
45
fn style_mut(&mut self) -> &mut Style {
46
&mut self.style
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected