Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ apply_style
Method
apply_style
src/components/view.rs:85–87 ·
view source on GitHub ↗
(&mut self, style: Style)
Source
from the content-addressed store, hash-verified
83
}
84
85
fn apply_style(&mut self, style: Style) {
86
self.style = style;
87
}
88
89
fn style(&self) -> &Style {
90
&self.style
Callers
1
apply_to
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected