mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +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(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…
Add table
Add a link
Reference in a new issue