blob: e2360435b4b7dcbfec779e6dd21eb10fe1c3d68d (
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-input.rs:12:8
|
12 | fn init(_: init::Context, _undef: u32) -> (Shared, Local) {}
| ^^^^
|