Skip to content
Snippets Groups Projects
Unverified Commit 504d00ff authored by MrGVSV's avatar MrGVSV Committed by GitHub
Browse files

Update rfcs/widget-restructure-rfc-1.md


Co-authored-by: default avatarJohn <toasterthegamer@gmail.com>
parent b6e65592
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,7 @@ props.bar = "Hello".to_string();
let widget = MyWidget::construct(widget_id, children, props);
```
As for the implementation of `Widget:;render`, it will look largely the same as the manual widgets. The main difference is that now props are no longer found directly on the struct.
As for the implementation of `Widget::render`, it will look largely the same as the manual widgets. The main difference is that now props are no longer found directly on the struct.
##### Derive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment