rtic/rtic-macros/ui/init-pub.stderr

6 lines
237 B
Text
Raw Permalink Normal View History

error: the `#[init]` function must have signature `fn(init::Context) -> (Shared resources struct, Local resources struct)`
--> ui/init-pub.rs:12:12
|
12 | pub fn init(_: init::Context) -> (Shared, Local) {}
| ^^^^