pict-rs-aggregator/src/ui.rs

6 lines
60 B
Rust
Raw Normal View History

2020-12-08 21:59:55 +00:00
pub enum ButtonKind {
Submit,
Outline,
Plain,
}