1
0
Fork 0
mirror of synced 2024-09-30 17:16:39 +13:00
czkawka/czkawka_slint_gui/src/common.rs

4 lines
101 B
Rust
Raw Normal View History

2023-10-27 22:09:18 +13:00
use slint::{ModelRc, SharedString};
pub type ModelType = (bool, bool, bool, ModelRc<SharedString>);