mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-10 10:24:13 +00:00
use async mutable coverage for meta struct
This commit is contained in:
parent
a1d477ddce
commit
196b82d4f5
@ -43,8 +43,8 @@ impl Page {
|
||||
widget.append(navigation.widget());
|
||||
widget.append(content.widget());
|
||||
|
||||
// Init meta
|
||||
let meta = Arc::new(Meta::new());
|
||||
// Init async mutable Meta object
|
||||
let meta = Arc::new(RefCell::new(Meta::new()));
|
||||
|
||||
// Result
|
||||
Arc::new(Self {
|
||||
|
Loading…
x
Reference in New Issue
Block a user