mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
use async mutable coverage for meta struct
This commit is contained in:
parent
a1d477ddce
commit
196b82d4f5
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,8 @@ impl Page {
|
||||||
widget.append(navigation.widget());
|
widget.append(navigation.widget());
|
||||||
widget.append(content.widget());
|
widget.append(content.widget());
|
||||||
|
|
||||||
// Init meta
|
// Init async mutable Meta object
|
||||||
let meta = Arc::new(Meta::new());
|
let meta = Arc::new(RefCell::new(Meta::new()));
|
||||||
|
|
||||||
// Result
|
// Result
|
||||||
Arc::new(Self {
|
Arc::new(Self {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue