blob: 28e1fd4f2dbe3967b7a16da1a188cb7393c4384c (
plain) (
blame)
1
2
3
4
5
|
error: the `#[init]` function must have signature `fn(init::Context) -> (Shared resources struct, Local resources struct)`
--> ui/init-no-context.rs:12:8
|
12 | fn init() -> (Shared, Local) {}
| ^^^^
|