app work
This commit is contained in:
@@ -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