-
Hello, I am trying to create custom types that I can send over dbus, it currently compiles and reports the correct signature, however it always fails to properly match the struct afterwards: the error:
I have tried a few variations of this, without much luck, what does work is just using native tuples (u32,String,u16,u32,bool), but that's not very clean imo, and probably won't be optimized away 100%. Interestingly enough, it works when used with an array, just not as a single struct, what am I doing wrong? (Sorry, not very experienced with dbus, or an export with rust yet) Lastly, thanks for this library, awesome work! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Aight, the get is within one step, did some debugging and here it is.
|
Beta Was this translation helpful? Give feedback.
Aight, the get is within one step, did some debugging and here it is.
Should anyone else have the same issue, here you go: