Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ style_mut
Method
style_mut
src/components/view.rs:44–46 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
42
}
43
44
pub fn style_mut(&mut self) -> &mut Style {
45
&mut self.style
46
}
47
}
48
49
impl Component for View {
Callers
4
rebuild_ui
Method · 0.45
build_todo_list
Method · 0.45
rebuild_ui
Method · 0.45
build_todo_list
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected