file list

This commit is contained in:
veeso
2021-03-04 09:13:29 +01:00
parent 744e5a251a
commit c9871a0079
4 changed files with 35 additions and 24 deletions

View File

@@ -64,8 +64,8 @@ pub enum Payload {
///
/// Render is the object which contains data related to the component render
pub struct Render {
widget: Box<dyn Widget>,
value: Payload,
pub widget: Box<dyn Widget>,
pub value: Payload,
}
// -- States