Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ end_group
Method
end_group
src/renderer/default.rs:59–61 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
57
}
58
59
fn end_group(&mut self) {
60
// Implementation coming soon
61
}
62
63
fn draw_text(&mut self, _text: &str, _style: &Style) {
64
self.frame_count += 1;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected