fui_core 0.18.0

Core library of FUI MVVM UI Framework
Documentation
1
2
3
4
5
6
7
8
9
10
//
// Attached values
//

use crate::Property;

pub struct Visible;
impl typemap::Key for Visible {
    type Value = Property<bool>;
}