MCPcopy 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

1use std::sync::Arc;
2use crate::style::{Style, Color};
3use crate::renderer::Renderer;
4use crate::event::Event;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected