Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ window
Method
window
src/lib.rs:115–117 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
113
}
114
115
pub fn window(&self) -> &Window {
116
&self.window
117
}
118
119
pub fn renderer(&mut self) -> &mut dyn Renderer {
120
&mut *self.renderer
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected