1
0
Fork 0
mirror of https://github.com/rtic-rs/rtic.git synced 2025-02-19 14:58:39 +01:00
rtic/rtic-macros/ui/init-pub.stderr

6 lines
237 B
Text
Raw 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) {}
| ^^^^