pict-rs-aggregator/src/ui.rs
2020-12-08 16:03:18 -06:00

6 lines
60 B
Rust

pub enum ButtonKind {
Submit,
Outline,
Plain,
}