app work
This commit is contained in:
1 parent
92db1264a6
commit
deaf730901
9 files changed
+87
-3
No files matched your search
@@ -9,6 +9,10 @@ pub trait Widget: Any {
|
||||
}
|
||||
}
|
||||
|
||||
impl Widget for () {
|
||||
fn draw(&mut self, painter: &mut Painter) {}
|
||||
}
|
||||
|
||||
pub struct WidgetTag;
|
||||
pub struct FnTag;
|
||||
|
||||
|
||||
Reference in new issue
Block a user