Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/algoscienceacademy/RustUI
/ button.rs
File
button.rs
src/components/button.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use std::sync::Arc;
2
use crate::style::{Style, Color};
3
use crate::renderer::Renderer;
4
use crate::event::Event;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected